Skip to content

Commit a595e4a

Browse files
Update irbuild-str.test
1 parent 95f5af3 commit a595e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/irbuild-str.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ tuple_of_literals = "tuple", "of", "literals"
749749

750750
def fold_tuple() -> str:
751751
return " ".join((constant, "folded"))
752-
def fold_tuple_var() -> str
752+
def fold_tuple_var() -> str:
753753
return " ".join(tuple_of_literals)
754754
def fold_list() -> str:
755755
return " ".join([constant, "folded"])

0 commit comments

Comments
 (0)