]> git.lizzy.rs Git - rust.git/blob - tests/ui/panics/panic.rs
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / ui / panics / panic.rs
1 // run-fail
2 // error-pattern:1 == 2
3 // ignore-emscripten no processes
4
5 fn main() {
6     assert!(1 == 2);
7 }