Author: Hakan Ardo <[email protected]>
Branch:
Changeset: r54841:38a19a4dd9f3
Date: 2012-05-01 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/38a19a4dd9f3/
Log: some comments
diff --git a/pypy/jit/metainterp/optimizeopt/test/test_disable_optimizations.py
b/pypy/jit/metainterp/optimizeopt/test/test_disable_optimizations.py
--- a/pypy/jit/metainterp/optimizeopt/test/test_disable_optimizations.py
+++ b/pypy/jit/metainterp/optimizeopt/test/test_disable_optimizations.py
@@ -41,6 +41,6 @@
opt = allopts[optnum]
exec "TestNo%sLLtype = TestLLtype" % (opt[0].upper() + opt[1:])
-del TestLLtype
-del TestNoUnrollLLtype
+del TestLLtype # No need to run the last set twice
+del TestNoUnrollLLtype # This case is take care of by test_optimizebasic
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit