Skip to content

Commit 0ced44f

Browse files
Update lexer-crlf-line-endings-string-literal-doc-comment.rs
1 parent 236565f commit 0ced44f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/ui/lexer/lexer-crlf-line-endings-string-literal-doc-comment.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//@ run-pass
22
//@ reference: input.crlf
3+
//@ ignore-backends: gcc
34
// ignore-tidy-cr
45
// ignore-tidy-cr (repeated again because of tidy bug)
56
// license is ignored because tidy can't handle the CRLF here properly.
@@ -36,3 +37,4 @@ literal";
3637
let source = include_str!("lexer-crlf-line-endings-string-literal-doc-comment.rs");
3738
assert!(source.contains("string\r\nliteral"));
3839
}
40+

0 commit comments

Comments
 (0)