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

fn main() {}

//~? ERROR incorrect value `wrong` for unstable option `on-broken-pipe`