Skip to content

Commit 4e72c4d

Browse files
committed
re-bless miri tests
1 parent 736e322 commit 4e72c4d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/tools/miri/tests/fail/closures/deref-in-pattern.stderr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ LL | | };
1111
|
1212
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
1313
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
14-
= note: BACKTRACE:
15-
= note: inside `main` at tests/fail/closures/deref-in-pattern.rs:LL:CC
1614

1715
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
1816

src/tools/miri/tests/fail/closures/partial-pattern.stderr

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ LL | | };
1111
|
1212
= help: this indicates a bug in the program: it performed an invalid operation, and caused Undefined Behavior
1313
= help: see https://doc.rust-lang.org/nightly/reference/behavior-considered-undefined.html for further information
14-
= note: BACKTRACE:
15-
= note: inside `main` at tests/fail/closures/partial-pattern.rs:LL:CC
1614

1715
note: some details are omitted, run with `MIRIFLAGS=-Zmiri-backtrace=full` for a verbose backtrace
1816

0 commit comments

Comments
 (0)