Author: mattip <[email protected]>
Branch: py3k
Changeset: r56097:b126d22adfd5
Date: 2012-07-16 10:58 +0300
http://bitbucket.org/pypy/pypy/changeset/b126d22adfd5/
Log: fix skip
diff --git a/pypy/interpreter/astcompiler/test/test_astbuilder.py
b/pypy/interpreter/astcompiler/test/test_astbuilder.py
--- a/pypy/interpreter/astcompiler/test/test_astbuilder.py
+++ b/pypy/interpreter/astcompiler/test/test_astbuilder.py
@@ -1120,7 +1120,7 @@
assert space.eq_w(s.s, space.wrap(japan))
def test_string_bug(self):
- py3k_skip('fixme')
+ py.test.py3k_skip('fixme')
space = self.space
source = '# -*- encoding: utf8 -*-\nstuff = "x \xc3\xa9 \\n"\n'
info = pyparse.CompileInfo("<test>", "exec")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit