Remove the line primitive (#2887)

This commit is contained in:
Jonathan Turner
2021-01-08 14:45:25 +13:00
committed by GitHub
parent eb3c2c9e76
commit ac9909112f
40 changed files with 26 additions and 153 deletions

View File

@ -31,7 +31,7 @@ fn lines_proper_buffering() {
"#
));
assert_eq!(actual.out, "[8194,4]");
assert_eq!(actual.out, "[8193,3]");
}
#[test]