diff options
Diffstat (limited to 'tests/ui/panics/location-detail-panic-no-location-info.run.stderr')
-rw-r--r-- | tests/ui/panics/location-detail-panic-no-location-info.run.stderr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/panics/location-detail-panic-no-location-info.run.stderr b/tests/ui/panics/location-detail-panic-no-location-info.run.stderr index d1c310864..1e9002df9 100644 --- a/tests/ui/panics/location-detail-panic-no-location-info.run.stderr +++ b/tests/ui/panics/location-detail-panic-no-location-info.run.stderr @@ -1,2 +1,3 @@ -thread 'main' panicked at 'no location info', <redacted>:0:0 +thread 'main' panicked at <redacted>:0:0: +no location info note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |