summaryrefslogtreecommitdiff
path: root/test/unit/main
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/main')
-rw-r--r--test/unit/main/interactive_shell_black.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/main/interactive_shell_black.h b/test/unit/main/interactive_shell_black.h
index 664027c49..66fcabed0 100644
--- a/test/unit/main/interactive_shell_black.h
+++ b/test/unit/main/interactive_shell_black.h
@@ -69,13 +69,13 @@ private:
}
void testAssertTrue() {
- *d_sin << "ASSERT TRUE;" << flush;
+ *d_sin << "ASSERT TRUE;\n" << flush;
InteractiveShell shell(*d_exprManager, d_options);
countCommands( shell, 1, 1 );
}
void testQueryFalse() {
- *d_sin << "QUERY FALSE;" << flush;
+ *d_sin << "QUERY FALSE;\n" << flush;
InteractiveShell shell(*d_exprManager, d_options);
countCommands( shell, 1, 1 );
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback