Skip to content

Commit c4cab8a

Browse files
committed
bless tests for changed library path
1 parent 330ef74 commit c4cab8a

6 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
1+
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
22
attempted to compute the size or alignment of extern type `Opaque`
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
44
thread caused non-unwinding panic. aborting.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
1+
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
22
attempted to compute the size or alignment of extern type `A`
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
44
thread caused non-unwinding panic. aborting.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
1+
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
22
attempted to compute the size or alignment of extern type `A`
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
44
thread caused non-unwinding panic. aborting.

tests/ui/panics/panic-in-cleanup.run.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
44
thread 'main' panicked at $DIR/panic-in-cleanup.rs:16:9:
55
BOOM
66
stack backtrace:
7-
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
7+
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
88
panic in a destructor during cleanup
99
thread caused non-unwinding panic. aborting.

tests/ui/panics/panic-in-ffi.run.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ thread 'main' panicked at $DIR/panic-in-ffi.rs:21:5:
22
Test
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
44
Noisy Drop
5-
thread 'main' panicked at core/src/panicking.rs:$LINE:$COL:
5+
thread 'main' panicked at library/core/src/panicking.rs:$LINE:$COL:
66
panic in a function that cannot unwind
77
stack backtrace:
88
thread caused non-unwinding panic. aborting.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
thread 'main' panicked at std/src/io/stdio.rs:LL:CC:
1+
thread 'main' panicked at library/std/src/io/stdio.rs:LL:CC:
22
failed printing to stdout: Broken pipe (os error 32)
33
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

0 commit comments

Comments
 (0)