Skip to content

Commit a274e3a

Browse files
Update
[ghstack-poisoned]
1 parent ade3856 commit a274e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dynamo/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ def test_ir_count(self):
920920
first, second = {
921921
(3, 9): (10, 6),
922922
(3, 10): (10, 6),
923-
(3, 11): (10, 6),
923+
(3, 11): (11, 7),
924924
(3, 12): (11, 7),
925925
(3, 13): (11, 7),
926926
(3, 14): (11, 7),

0 commit comments

Comments
 (0)