]> git.lizzy.rs Git - rust.git/blob - src/test/ui/panics/test-panic.rs
Rollup merge of #90498 - joshtriplett:target-tier-policy-draft-updates, r=Mark-Simulacrum
[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 }