diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index e0362cd0..cd87d3d3 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::endl; + std::cout << "hello world"; return 0; } ''' |