aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index cd87d3d3..e0362cd0 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2927,7 +2927,7 @@ if 'benchmark' not in str(sys.argv):
int main()
{
- std::cout << "hello world";
+ std::cout << "hello world" << std::endl;
return 0;
}
'''