Author: David Schneider <[email protected]>
Branch: arm-backend-2
Changeset: r56565:b0654d14b6de
Date: 2012-08-03 14:50 +0200
http://bitbucket.org/pypy/pypy/changeset/b0654d14b6de/
Log: typos
diff --git a/pypy/jit/backend/test/test_zll_stress.py
b/pypy/jit/backend/test/test_zll_stress.py
--- a/pypy/jit/backend/test/test_zll_stress.py
+++ b/pypy/jit/backend/test/test_zll_stress.py
@@ -1,12 +1,12 @@
from pypy.jit.backend.test.test_random import check_random_function, Random
from pypy.jit.backend.test.test_ll_random import LLtypeOperationBuilder
from pypy.jit.backend.detect_cpu import getcpuclass
-import platform()
+import platform
CPU = getcpuclass()
iterations = 1000
-if platform.machine().startwith('arm'):
+if platform.machine().startswith('arm'):
iterations = 100
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit