Skip to content

Commit 05b914a

Browse files
committed
Fix custom ICE message test on windows
1 parent 5907e91 commit 05b914a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui-internal/custom_ice_message.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
33
// normalize-stderr-test: "internal_lints.rs:\d*:\d*" -> "internal_lints.rs"
44
// normalize-stderr-test: "', .*clippy_lints" -> "', clippy_lints"
5+
// normalize-stderr-test: "'rustc'" -> "'<unnamed>'"
56

67
#![deny(clippy::internal)]
78
#![allow(clippy::missing_clippy_version_attribute)]

0 commit comments

Comments
 (0)