Skip to content

Commit fecd7fc

Browse files
committedApr 19, 2024
make test not leak rustc crate hash
1 parent d0783e8 commit fecd7fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎src/tools/miri/tests/panic/mir-validation.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//@normalize-stderr-test: "\n +at [^\n]+" -> ""
44
//@normalize-stderr-test: "\n +\[\.\.\. omitted [0-9]+ frames? \.\.\.\]" -> ""
55
//@normalize-stderr-test: "\n[ =]*note:.*" -> ""
6+
//@normalize-stderr-test: "DefId\([^()]*\)" -> "DefId"
67
#![feature(custom_mir, core_intrinsics)]
78
use core::intrinsics::mir::*;
89

‎src/tools/miri/tests/panic/mir-validation.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
thread 'rustc' panicked at compiler/rustc_const_eval/src/transform/validate.rs:LL:CC:
2-
broken MIR in Item(DefId(0:4 ~ mir_validation[fad2]::main)) (after phase change to runtime-optimized) at bb0[1]:
2+
broken MIR in Item(DefId) (after phase change to runtime-optimized) at bb0[1]:
33
(*(_2.0: *mut i32)), has deref at the wrong place
44
stack backtrace:
55

0 commit comments

Comments
 (0)