Author: Amaury Forgeot d'Arc <[email protected]>
Branch: py3k
Changeset: r47986:f1e581823bb9
Date: 2011-10-12 22:19 +0200
http://bitbucket.org/pypy/pypy/changeset/f1e581823bb9/

Log:    Fix another test

diff --git a/pypy/interpreter/astcompiler/test/test_compiler.py 
b/pypy/interpreter/astcompiler/test/test_compiler.py
--- a/pypy/interpreter/astcompiler/test/test_compiler.py
+++ b/pypy/interpreter/astcompiler/test/test_compiler.py
@@ -377,7 +377,7 @@
                     return a
              ''',                            "foo docstring"),
             ('''def foo():
-                    """doc"""; print 1
+                    """doc"""; assert 1
                     a=1
              ''',                            "doc"),
             ('''
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to