Skip to content

Commit b582b02

Browse files
committed
line endings
1 parent c5babfb commit b582b02

File tree

1 file changed

+1
-1
lines changed
  • test/cargo_build_script/compile_data

1 file changed

+1
-1
lines changed

test/cargo_build_script/compile_data/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
pub fn test_compile_data() {
33
let data = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/", env!("DATA")));
44

5-
assert_eq!("La-Li-Lu-Le-Lo\n", data);
5+
assert_eq!("La-Li-Lu-Le-Lo", data.trim());
66
}

0 commit comments

Comments
 (0)