about summary refs log tree commit diff
path: root/src/test/run-fail/assert-macro-static.rs
blob: 650aaeab4f66f805f646cf2071eeda680fe83e7b (plain)
1
2
3
4
5
// error-pattern:panicked at 'test-assert-static'

fn main() {
    assert!(false, "test-assert-static");
}