Skip to content

Commit 4b470f1

Browse files
committed
Logic error in unit test
1 parent 01747c7 commit 4b470f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_utils.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ maybe not this one either\n\
4141
\n\
4242
Someone wrote something....\n\
4343
b\n\
44-
end";
44+
end\
45+
";
4546

4647
std::istringstream stream(test_string);
4748

0 commit comments

Comments
 (0)