Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner committed Jan 25, 2025
1 parent 08ce01a commit e7b791b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_generated_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def test_predictions(self):
INSTRUCTION_STATS(OP3);
static_assert(INLINE_CACHE_ENTRIES_OP1 == 0, "incorrect cache size");
_PyStackRef res;
DEOPT_IF(xxx, OP1, INLINE_CACHE_ENTRIES_OP1);
GO_TO_INSTRUCTION_IF(xxx, OP1, INLINE_CACHE_ENTRIES_OP1);
res = Py_None;
stack_pointer[-1] = res;
DISPATCH();
Expand Down

0 comments on commit e7b791b

Please sign in to comment.