about summary refs log tree commit diff
path: root/src/test/run-fail/fail.rs
blob: 75e6f7e886e1873ad64f7c19119c79306faba7a0 (plain)
1
2
3
4
5
// error-pattern:1 == 2
fn main() { assert (1 == 2); }