Skip to content

Commit 33b2c24

Browse files
committed
Fix indentation in optimizer test
The test wasn't running because of an indentation mistake.
1 parent ce79274 commit 33b2c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_capi/test_opt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,7 @@ def f(n):
15311531
# But all of the appends we care about are still there:
15321532
self.assertEqual(uops.count("_CALL_LIST_APPEND"), len("ABCDEFG"))
15331533

1534-
def test_narrow_type_to_constant_str_empty(self):
1534+
def test_narrow_type_to_constant_str_empty(self):
15351535
def f(n):
15361536
trace = []
15371537
for i in range(n):

0 commit comments

Comments
 (0)