aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-31 20:25:08 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-31 20:25:08 -0700
commite23e642110857041c556f78ed458b766bb66dc2b (patch)
treecf18e43ee6dea870a47490414190592f811ca7e4 /tests/runner.py
parent32b4dda8d4515bd4357320c68907a56f83b08298 (diff)
revert pull 110 and part of pull 107
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 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;
}
'''