Skip to content

Commit 511dece

Browse files
committed
Normalize custom ICE test
Fixes #4872
1 parent 286b39d commit 511dece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/custom_ice_message.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// rustc-env:RUST_BACKTRACE=0
22
// normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
33
// normalize-stderr-test: "internal_lints.rs:\d*:\d*" -> "internal_lints.rs"
4+
// normalize-stderr-test: "', .*clippy_lints" -> "', clippy_lints"
45

56
#![deny(clippy::internal)]
67

0 commit comments

Comments
 (0)