[pypy-commit] pypy default: ooh, managed to make typo in the untested part :-/

fijal noreply at buildbot.pypy.org
Fri Jun 10 22:19:56 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r44878:5972a286e026
Date: 2011-06-10 22:21 +0200
http://bitbucket.org/pypy/pypy/changeset/5972a286e026/

Log:	ooh, managed to make typo in the untested part :-/

diff --git a/pypy/translator/goal/targetnumpystandalone.py b/pypy/translator/goal/targetnumpystandalone.py
--- a/pypy/translator/goal/targetnumpystandalone.py
+++ b/pypy/translator/goal/targetnumpystandalone.py
@@ -26,7 +26,7 @@
         return 3
     t0 = time.time()
     main(argv[0], size)
-    print "bytecode:", bytecode, "size:", size
+    print "bytecode:", argv[0], "size:", size
     print "took:", time.time() - t0
     return 0
 


More information about the pypy-commit mailing list