Skip to content

Commit

Permalink
Fix regression in line ending test
Browse files Browse the repository at this point in the history
  • Loading branch information
varkor committed Apr 23, 2019
1 parent 5392f44 commit 5ab5806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/run-pass/issues/issue-16278.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

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

fn main() {assert_eq!(b"", b"\
fn main() {assert_eq!(b"", b"\
");
assert_eq!(b"\n", b"
assert_eq!(b"\n", b"
");
}

0 comments on commit 5ab5806

Please sign in to comment.