]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panics/test-panic.rs
Rollup merge of #89235 - yaahc:junit-formatting, r=kennytm
[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 }