Author: Armin Rigo <[email protected]>
Branch:
Changeset: r2960:e4e863b06bc7
Date: 2017-05-31 19:17 +0200
http://bitbucket.org/cffi/cffi/changeset/e4e863b06bc7/
Log: update
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -3854,7 +3854,7 @@
def test_char_pointer_conversion():
import warnings
- assert __version__.startswith(("1.8", "1.9", "1.10")), (
+ assert __version__.startswith(("1.8", "1.9", "1.10", "1.11")), (
"consider turning the warning into an error")
BCharP = new_pointer_type(new_primitive_type("char"))
BIntP = new_pointer_type(new_primitive_type("int"))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit