[pypy-svn] r51987 - pypy/branch/jit-refactoring/pypy/jit/rainbow/test

cfbolz at codespeak.net cfbolz at codespeak.net
Sat Mar 1 12:57:04 CET 2008


Author: cfbolz
Date: Sat Mar  1 12:57:02 2008
New Revision: 51987

Modified:
   pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py
Log:
this works now


Modified: pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py
==============================================================================
--- pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py	(original)
+++ pypy/branch/jit-refactoring/pypy/jit/rainbow/test/test_interpreter.py	Sat Mar  1 12:57:02 2008
@@ -981,7 +981,6 @@
         self.check_insns({})
 
     def test_compile_time_const_tuple(self):
-        py.test.skip("no clue what's wrong")
         d = {(4, 5): 42, (6, 7): 12}
         def f(a, b):
             d1 = hint(d, deepfreeze=True)



More information about the Pypy-commit mailing list