Author: Armin Rigo <[email protected]>
Branch:
Changeset: r2207:5882a34c8d29
Date: 2015-07-04 23:32 +0200
http://bitbucket.org/cffi/cffi/changeset/5882a34c8d29/
Log: Generalize the test for pypy
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -1249,7 +1249,7 @@
During the call to 'onerror', another exception occurred:
-TypeError: an integer is required
+TypeError: $integer$
""")
#
sys.stderr = cStringIO.StringIO()
@@ -1264,7 +1264,7 @@
Traceback (most recent call last):
File "$", line $, in oops
- seen.append(args)
+ $
AttributeError: 'str' object has no attribute 'append'
""")
finally:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit