Skip to content

Commit ad1f5df

Browse files
Zheaolitomasr8
andauthored
Update Lib/test/test_capi/test_opt.py
Co-authored-by: Tomas R. <[email protected]>
1 parent 314423a commit ad1f5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1929,7 +1929,7 @@ def testfunc(n):
19291929
for _ in range(n):
19301930
match a:
19311931
case [1,2]:
1932-
_ = len(a) - 1
1932+
pass
19331933
_, ex = self._run_with_optimizer(testfunc, TIER2_THRESHOLD)
19341934
uops = get_opnames(ex)
19351935
self.assertNotIn("_GUARD_NOS_INT", uops)

0 commit comments

Comments
 (0)