Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r83767:a6cd003d2b48
Date: 2016-04-19 12:40 +0200
http://bitbucket.org/pypy/pypy/changeset/a6cd003d2b48/

Log:    Uh, the test was not doing anything

diff --git a/pypy/module/cpyext/test/test_pystate.py 
b/pypy/module/cpyext/test/test_pystate.py
--- a/pypy/module/cpyext/test/test_pystate.py
+++ b/pypy/module/cpyext/test/test_pystate.py
@@ -109,6 +109,8 @@
                  return PyLong_FromLong(3);
                                   """),
                 ])
+        res = module.bounce()
+        assert res == 3
 
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to