summary refs log tree commit diff
path: root/tests/ui/runtime/on-broken-pipe/wrong-flag-arg.rs
blob: 14d0ac56b5a3d24ee0c4dff921072a250855fdc3 (plain)
1
2
3
4
//@ compile-flags: -Zon-broken-pipe=wrong
//@ check-fail

fn main() {}