about summary refs log tree commit diff
path: root/tests/ui/process
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-08-02 11:34:54 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-08-02 11:34:54 +0000
commitfeeeb5c48ea8cd7a9379091ce3f6f15797cf762f (patch)
treeecfe3fefe67f5bec23d9a4b383bea01678802aac /tests/ui/process
parent1f3be75f56bfa7520b86eada306ad66455b4fd6e (diff)
downloadrust-feeeb5c48ea8cd7a9379091ce3f6f15797cf762f.tar.gz
rust-feeeb5c48ea8cd7a9379091ce3f6f15797cf762f.zip
Bless tests
Diffstat (limited to 'tests/ui/process')
-rw-r--r--tests/ui/process/println-with-broken-pipe.run.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/process/println-with-broken-pipe.run.stderr b/tests/ui/process/println-with-broken-pipe.run.stderr
index a334c0ad204..f9d138a0424 100644
--- a/tests/ui/process/println-with-broken-pipe.run.stderr
+++ b/tests/ui/process/println-with-broken-pipe.run.stderr
@@ -1,3 +1,3 @@
-thread 'main' panicked at library/std/src/io/stdio.rs:LL:CC:
+thread 'main' panicked at 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