[pypy-svn] r37578 - pypy/dist/pypy/jit/timeshifter/test

ac at codespeak.net ac at codespeak.net
Tue Jan 30 11:31:32 CET 2007


Author: ac
Date: Tue Jan 30 11:31:30 2007
New Revision: 37578

Modified:
   pypy/dist/pypy/jit/timeshifter/test/test_portal.py
Log:
Fix test.

Modified: pypy/dist/pypy/jit/timeshifter/test/test_portal.py
==============================================================================
--- pypy/dist/pypy/jit/timeshifter/test/test_portal.py	(original)
+++ pypy/dist/pypy/jit/timeshifter/test/test_portal.py	Tue Jan 30 11:31:30 2007
@@ -425,5 +425,5 @@
             
 
         res = self.timeshift_from_portal(ll_main, ll_function, [5], policy=P_NOVIRTUAL)
-        assert res is False
+        assert not res
 



More information about the Pypy-commit mailing list