Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.6
Changeset: r97393:fd59acda554b
Date: 2019-09-07 10:17 +0200
http://bitbucket.org/pypy/pypy/changeset/fd59acda554b/

Log:    re-enable accidentally disabled test

diff --git a/pypy/interpreter/test/test_pyframe.py 
b/pypy/interpreter/test/test_pyframe.py
--- a/pypy/interpreter/test/test_pyframe.py
+++ b/pypy/interpreter/test/test_pyframe.py
@@ -62,7 +62,7 @@
 
         jump_out_of_block_forwards.jump = (3, 5)
         jump_out_of_block_forwards.output = [2, 5]
-        #run_test(jump_out_of_block_forwards)
+        run_test(jump_out_of_block_forwards)
 
         def jump_out_of_block_backwards(output):
             output.append(1)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to