]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panics/test-panic.rs
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
[rust.git] / src / test / ui / panics / test-panic.rs
1 // run-fail
2 // check-stdout
3 // compile-flags: --test
4 // ignore-emscripten
5
6 #[test]
7 fn test_foo() {
8     panic!()
9 }