Skip to content

Commit

Permalink
cse heuristic kinda wonky
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner committed Dec 12, 2023
1 parent 0c8e8d0 commit 0678e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_capi/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2628,7 +2628,7 @@ def testfunc(loops):
ex = get_first_executor(testfunc)
self.assertIsNotNone(ex)
binop_count = [opname for opname, _, _ in ex if opname == "_BINARY_OP_ADD_INT"]
self.assertEqual(len(binop_count), 3)
self.assertEqual(len(binop_count), 2)


class TestOptimizerAPI(unittest.TestCase):
Expand Down

0 comments on commit 0678e14

Please sign in to comment.