[pypy-svn] r37068 - pypy/dist/pypy/jit/codegen/i386/test

arigo at codespeak.net arigo at codespeak.net
Sat Jan 20 17:45:41 CET 2007


Author: arigo
Date: Sat Jan 20 17:45:40 2007
New Revision: 37068

Modified:
   pypy/dist/pypy/jit/codegen/i386/test/test_genc_ts.py
Log:
Test passes.


Modified: pypy/dist/pypy/jit/codegen/i386/test/test_genc_ts.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/i386/test/test_genc_ts.py	(original)
+++ pypy/dist/pypy/jit/codegen/i386/test/test_genc_ts.py	Sat Jan 20 17:45:40 2007
@@ -1,5 +1,4 @@
 import py, os, sys
-py.test.skip("in-progress")
 from pypy.annotation import model as annmodel
 from pypy.annotation.listdef import s_list_of_strings
 from pypy.rlib.objectmodel import keepalive_until_here



More information about the Pypy-commit mailing list