[pypy-svn] r36804 - pypy/dist/pypy/rpython/ootypesystem/test

antocuni at codespeak.net antocuni at codespeak.net
Tue Jan 16 15:47:44 CET 2007


Author: antocuni
Date: Tue Jan 16 15:47:42 2007
New Revision: 36804

Modified:
   pypy/dist/pypy/rpython/ootypesystem/test/test_ootype.py
Log:
typo



Modified: pypy/dist/pypy/rpython/ootypesystem/test/test_ootype.py
==============================================================================
--- pypy/dist/pypy/rpython/ootypesystem/test/test_ootype.py	(original)
+++ pypy/dist/pypy/rpython/ootypesystem/test/test_ootype.py	Tue Jan 16 15:47:42 2007
@@ -79,7 +79,7 @@
     B = Instance("B", A)
     overrideDefaultForFields(B, {"a": (Signed, 5)})
 
-    b = new(B)e
+    b = new(B)
     assert b.a == 5
 
 def test_simple_null():



More information about the Pypy-commit mailing list