diff options
Diffstat (limited to 'tests/ui/process/println-with-broken-pipe.run.stderr')
-rw-r--r-- | tests/ui/process/println-with-broken-pipe.run.stderr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/ui/process/println-with-broken-pipe.run.stderr b/tests/ui/process/println-with-broken-pipe.run.stderr new file mode 100644 index 000000000..a334c0ad2 --- /dev/null +++ b/tests/ui/process/println-with-broken-pipe.run.stderr @@ -0,0 +1,3 @@ +thread 'main' panicked at library/std/src/io/stdio.rs:LL:CC: +failed printing to stdout: Broken pipe (os error 32) +note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |