1 2 3 4 5 6 7 8 9
// compile-flags: --test // error-pattern:panicked at 'bar' // check-stdout #[test] #[should_panic(expected = "foo")] pub fn test_bar() { panic!("bar") }