summaryrefslogtreecommitdiffstats
path: root/tests/ui/process/println-with-broken-pipe.run.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/process/println-with-broken-pipe.run.stderr')
-rw-r--r--tests/ui/process/println-with-broken-pipe.run.stderr3
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