summary refs log tree commit diff
path: root/src/test/run-fail/issue-2761.rs
blob: 84d90930d2d23eceb155998498396d65cb2e9355 (plain)
1
2
3
4
5
// error-pattern:custom message

fn main() {
    assert!(false, "custom message");
}