Skip to content

Commit abecfd6

Browse files
fix test
1 parent eb970e0 commit abecfd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/test/test_generated_cases.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ def test_predictions(self):
329329
if (xxx) {
330330
UPDATE_MISS_STATS(OP1);
331331
assert(_PyOpcode_Deopt[opcode] == (OP1));
332+
#if _Py_TIER2
333+
tstate->interp->jit_state.specialize_counter++;
334+
#endif
332335
JUMP_TO_PREDICTED(OP1);
333336
}
334337
res = Py_None;

0 commit comments

Comments
 (0)