Skip to content

Commit e7b791b

Browse files
fix test
1 parent 08ce01a commit e7b791b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_generated_cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def test_predictions(self):
427427
INSTRUCTION_STATS(OP3);
428428
static_assert(INLINE_CACHE_ENTRIES_OP1 == 0, "incorrect cache size");
429429
_PyStackRef res;
430-
DEOPT_IF(xxx, OP1, INLINE_CACHE_ENTRIES_OP1);
430+
GO_TO_INSTRUCTION_IF(xxx, OP1, INLINE_CACHE_ENTRIES_OP1);
431431
res = Py_None;
432432
stack_pointer[-1] = res;
433433
DISPATCH();

0 commit comments

Comments
 (0)