We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d1ca8 commit 236565fCopy full SHA for 236565f
tests/ui/issues/issue-16278.rs
@@ -1,10 +1,12 @@
1
-//@ run-pass
2
-// ignore-tidy-cr
3
-
4
-// this file has some special \r\n endings (use xxd to see them)
5
+//@ run-pass
+//@ ignore-backends: gcc
+// ignore-tidy-cr
+
+// this file has some special \r\n endings (use xxd to see them)
6
7
fn main() {assert_eq!(b"", b"\
- ");
8
+ ");
9
assert_eq!(b"\n", b"
-");
10
-}
11
+");
12
+}
0 commit comments