[pypy-svn] r23772 - pypy/dist/pypy/translator/squeak/test

nik at codespeak.net nik at codespeak.net
Tue Feb 28 19:17:28 CET 2006


Author: nik
Date: Tue Feb 28 19:17:25 2006
New Revision: 23772

Modified:
   pypy/dist/pypy/translator/squeak/test/test_oo.py
Log:
argh. hopefully the last ROOT induced test failure fix.


Modified: pypy/dist/pypy/translator/squeak/test/test_oo.py
==============================================================================
--- pypy/dist/pypy/translator/squeak/test/test_oo.py	(original)
+++ pypy/dist/pypy/translator/squeak/test/test_oo.py	Tue Feb 28 19:17:25 2006
@@ -16,7 +16,7 @@
    GenSqueak(udir, t)
 
 
-C = Instance("test", None, {'a': (Signed, 3)})
+C = Instance("test", ROOT, {'a': (Signed, 3)})
 M = Meth([Signed], Signed)
 def m_(self, b):
    return self.a+b



More information about the Pypy-commit mailing list