aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-06-23 18:22:56 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-06-23 18:22:56 -0700
commit5aec040f3f5f95ee8c5e29cac578bdd331a0e3d5 (patch)
treec8982bf3dfeadc6a6a644fb8675b6aa947c48363 /tests/runner.py
parent7384e06cbdba01d4cfa83d2d770c5b4e82767e69 (diff)
minor fixes for merge
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 8a1fd974..59062302 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2167,7 +2167,7 @@ if 'benchmark' not in sys.argv:
global EXPORTED_FUNCTIONS; EXPORTED_FUNCTIONS = ['_main', '_PyRun_SimpleStringFlags'] # for the demo
self.do_ll_test(path_from_root('tests', 'python', 'python.ll'),
- 'hello python world!\n\n[0, 2, 4, 6]\n\n5\n\n22\n\n5.470',
+ 'hello python world!\n[0, 2, 4, 6]\n5\n22\n5.470',
args=['-S', '-c' '''print "hello python world!"; print [x*2 for x in range(4)]; t=2; print 10-3-t; print (lambda x: x*2)(11); print '%f' % 5.47'''])
### Test cases in separate files