Skip to content

Commit 5ab5806

Browse files
committed
Fix regression in line ending test
1 parent 5392f44 commit 5ab5806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/run-pass/issues/issue-16278.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
// this file has some special \r\n endings (use xxd to see them)
55

6-
fn main() {assert_eq!(b"", b"\
6+
fn main() {assert_eq!(b"", b"\
77
");
8-
assert_eq!(b"\n", b"
8+
assert_eq!(b"\n", b"
99
");
1010
}

0 commit comments

Comments
 (0)