Skip to content

Commit

Permalink
re-bless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Apr 20, 2024
1 parent ba56347 commit dfc32c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/panic/alloc_error_handler_hook.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
thread 'main' panicked at $DIR/alloc_error_handler_hook.rs:LL:CC:
alloc error hook called
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
note: in Miri, you may have to set `-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
yes we are unwinding!
1 change: 1 addition & 0 deletions tests/panic/alloc_error_handler_panic.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
thread 'main' panicked at RUSTLIB/std/src/alloc.rs:LL:CC:
memory allocation of 4 bytes failed
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
note: in Miri, you may have to set `-Zmiri-env-forward=RUST_BACKTRACE` for the environment variable to have an effect
yes we are unwinding!

0 comments on commit dfc32c7

Please sign in to comment.