[pypy-svn] r35873 - pypy/dist/pypy/translator/goal

mwh at codespeak.net mwh at codespeak.net
Tue Dec 19 09:43:03 CET 2006


Author: mwh
Date: Tue Dec 19 09:43:02 2006
New Revision: 35873

Modified:
   pypy/dist/pypy/translator/goal/bench-unix.py
Log:
oops


Modified: pypy/dist/pypy/translator/goal/bench-unix.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-unix.py	(original)
+++ pypy/dist/pypy/translator/goal/bench-unix.py	Tue Dec 19 09:43:02 2006
@@ -151,7 +151,7 @@
             try:
                 exesize = os.path.getsize(os.path.join(dirname, 'main.exe'))
             except OSError:
-                exesize = 'XXX''
+                exesize = 'XXX'
         else:
             codesize = os.popen('size "%s" | tail -n1 | cut -f1'%(exename,)).read().strip()
             exesize = os.path.getsize(exe)



More information about the Pypy-commit mailing list