[pypy-commit] pypy py3.6: re-enable accidentally disabled test

cfbolz pypy.commits at gmail.com
Sat Sep 7 05:15:33 EDT 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
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)


More information about the pypy-commit mailing list