]> git.lizzy.rs Git - rust.git/blob - src/test/ui/chalkify/assert.rs
Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett
[rust.git] / src / test / ui / chalkify / assert.rs
1 // run-pass
2 // compile-flags: -Z chalk
3
4 fn main() {
5     assert_eq!(1, 1);
6 }