]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/consts/const-eval/simd/insert-fail0.rs
Clean tests
[rust.git] / src / test / ui / consts / const-eval / simd / insert-fail0.rs
index dca58fb2555a8b4e12e47d0e0036897d177ec534..2ee0fdfc1ec6b84adb36e7f8253eb2a214f24767 100644 (file)
@@ -1,5 +1,9 @@
 // failure-status: 101
 // rustc-env:RUST_BACKTRACE=0
+// normalize-stderr-test "note: rustc 1.* running on .*" -> "note: rustc VERSION running on TARGET"
+// normalize-stderr-test "note: compiler flags: .*" -> "note: compiler flags: FLAGS"
+// normalize-stderr-test "interpret/intern.rs:[0-9]*:[0-9]*" -> "interpret/intern.rs:LL:CC"
+
 #![feature(const_fn)]
 #![feature(repr_simd)]
 #![feature(platform_intrinsics)]