Skip to content

Commit

Permalink
Normalize custom ICE test
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Dec 2, 2019
1 parent 286b39d commit 511dece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/custom_ice_message.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// rustc-env:RUST_BACKTRACE=0
// normalize-stderr-test: "Clippy version: .*" -> "Clippy version: foo"
// normalize-stderr-test: "internal_lints.rs:\d*:\d*" -> "internal_lints.rs"
// normalize-stderr-test: "', .*clippy_lints" -> "', clippy_lints"

#![deny(clippy::internal)]

Expand Down

0 comments on commit 511dece

Please sign in to comment.