summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/eprint_with_newline.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/clippy/tests/ui/eprint_with_newline.rs')
-rw-r--r--src/tools/clippy/tests/ui/eprint_with_newline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/clippy/tests/ui/eprint_with_newline.rs b/src/tools/clippy/tests/ui/eprint_with_newline.rs
index de5e121be..8389806c8 100644
--- a/src/tools/clippy/tests/ui/eprint_with_newline.rs
+++ b/src/tools/clippy/tests/ui/eprint_with_newline.rs
@@ -44,7 +44,7 @@ fn main() {
// Don't warn on CRLF (#4208)
eprint!("\r\n");
eprint!("foo\r\n");
- eprint!("\\r\n"); //~ ERROR
+ eprint!("\\r\n");
eprint!("foo\rbar\n");
// Ignore expanded format strings