Skip to content

Commit 8600747

Browse files
committed
Update test
1 parent 643b8a5 commit 8600747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3789,7 +3789,7 @@ def __next__(self):
37893789
pass
37903790
37913791
f1()
3792-
"""), PYTHON_JIT="1", PYTHON_JIT_JUMP_BACKWARD_INITIAL_VALUE="64")
3792+
"""), PYTHON_JIT="1", PYTHON_JIT_STRESS="1")
37933793
self.assertEqual(result[0].rc, 0, result)
37943794

37953795
def global_identity(x):

0 commit comments

Comments
 (0)