Skip to content

Commit f34391d

Browse files
committed
Update test case
1 parent 4c465e8 commit f34391d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loop_invariant.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test(): #@
9595
"""
9696
)
9797

98-
with self.assertAddedMessage("loop-invariant-global-usage"):
98+
with self.assertAddedMessage("loop-global-usage"):
9999
self.walk(test_func)
100100

101101
def test_assigned_global_in_for_loop(self):

0 commit comments

Comments
 (0)