]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-16278.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-16278.rs
CommitLineData
b7449926 1// run-pass
1a4d82fc 2// ignore-tidy-cr
223e47cc 3
1a4d82fc 4// this file has some special \r\n endings (use xxd to see them)
223e47cc 5
b7449926 6fn main() {assert_eq!(b"", b"\\r
1a4d82fc 7 ");
b7449926 8assert_eq!(b"\n", b"\r
1a4d82fc 9");
223e47cc 10}