[pypy-svn] r53671 - pypy/branch/io-improvements/pypy/rpython/lltypesystem/test

fijal at codespeak.net fijal at codespeak.net
Thu Apr 10 19:28:04 CEST 2008


Author: fijal
Date: Thu Apr 10 19:28:04 2008
New Revision: 53671

Modified:
   pypy/branch/io-improvements/pypy/rpython/lltypesystem/test/test_ll2ctypes.py
Log:
also interpret this


Modified: pypy/branch/io-improvements/pypy/rpython/lltypesystem/test/test_ll2ctypes.py
==============================================================================
--- pypy/branch/io-improvements/pypy/rpython/lltypesystem/test/test_ll2ctypes.py	(original)
+++ pypy/branch/io-improvements/pypy/rpython/lltypesystem/test/test_ll2ctypes.py	Thu Apr 10 19:28:04 2008
@@ -11,6 +11,7 @@
 from pypy.rlib import rposix
 from pypy.translator.tool.cbuild import ExternalCompilationInfo
 from pypy.tool.udir import udir
+from pypy.rpython.test.test_llinterp import interpret
 
 class TestLL2Ctypes(object):
 
@@ -367,6 +368,7 @@
             rffi.cast(rffi.VOIDP, b)
         # assert did not crash
         f()
+        interpret(f, [])
 
     def test_funcptr1(self):
         def dummy(n):



More information about the Pypy-commit mailing list