Skip to content

Commit 236565f

Browse files
Update issue-16278.rs
1 parent f1d1ca8 commit 236565f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

tests/ui/issues/issue-16278.rs

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
1+
//@ run-pass
2+
//@ ignore-backends: gcc
3+
// ignore-tidy-cr
4+
5+
// this file has some special \r\n endings (use xxd to see them)
6+
67
fn main() {assert_eq!(b"", b"\
7-
");
8+
");
89
assert_eq!(b"\n", b"
9-
");
10-
}
10+
11+
");
12+
}

0 commit comments

Comments
 (0)