Author: Armin Rigo <[email protected]>
Branch:
Changeset: r68774:9b55cdc1b2c5
Date: 2014-01-20 12:38 +0100
http://bitbucket.org/pypy/pypy/changeset/9b55cdc1b2c5/
Log: Oups, sorry.
diff --git a/rpython/rlib/test/test_runicode.py
b/rpython/rlib/test/test_runicode.py
--- a/rpython/rlib/test/test_runicode.py
+++ b/rpython/rlib/test/test_runicode.py
@@ -99,7 +99,7 @@
called[0] += 1
if called[0] == 1:
assert errors == "foo!"
- assert enc == encoding
+ assert enc == encoding.replace('-', '')
assert t is s
assert start == startingpos
assert stop == endingpos
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit