Skip to content

Commit f3404bf

Browse files
Update irbuild-str.test
1 parent 8ba5ef9 commit f3404bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/test-data/irbuild-str.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -754,10 +754,10 @@ def fold_list() -> str:
754754
def fold_tuple():
755755
r0 :: str
756756
L0:
757-
r0 = "constant folded"
757+
r0 = 'constant folded'
758758
return r0
759759
def fold_list():
760760
r0 :: str
761761
L0:
762-
r0 = "constant folded"
762+
r0 = 'constant folded'
763763
return r0

0 commit comments

Comments
 (0)