[pypy-svn] r57700 - pypy/branch/oo-jit/pypy/jit/rainbow/test

antocuni at codespeak.net antocuni at codespeak.net
Sun Aug 31 13:45:55 CEST 2008


Author: antocuni
Date: Sun Aug 31 13:45:53 2008
New Revision: 57700

Modified:
   pypy/branch/oo-jit/pypy/jit/rainbow/test/test_interpreter.py
Log:
typo



Modified: pypy/branch/oo-jit/pypy/jit/rainbow/test/test_interpreter.py
==============================================================================
--- pypy/branch/oo-jit/pypy/jit/rainbow/test/test_interpreter.py	(original)
+++ pypy/branch/oo-jit/pypy/jit/rainbow/test/test_interpreter.py	Sun Aug 31 13:45:53 2008
@@ -778,7 +778,7 @@
         malloc = self.malloc
         def ll_function():
             s = malloc(S)
-            s.xx = 123
+            s.x = 123
             return s
         res = self.interpret(ll_function, [], [])
         assert res.x == 123



More information about the Pypy-commit mailing list