Skip to content

Commit daf7c34

Browse files
committed
add newline
1 parent a86342d commit daf7c34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3667,6 +3667,7 @@ def testfunc(n):
36673667
l = [1, 2, 3]
36683668
x += l[0:1][0]
36693669
return x
3670+
36703671
res, ex = self._run_with_optimizer(testfunc, TIER2_THRESHOLD)
36713672
self.assertEqual(res, TIER2_THRESHOLD)
36723673
uops = get_opnames(ex)

0 commit comments

Comments
 (0)