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 f97934e9..8da2c8dd 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2920,7 +2920,7 @@ if 'benchmark' not in str(sys.argv):
int main()
{
- std::cout << "hello world";
+ std::cout << "hello world" << std::endl;
return 0;
}
'''