Skip to content

Commit 4826244

Browse files
committed
fix test
1 parent 4f9ddf6 commit 4826244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/irbuild-constant-fold.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ L0:
191191
# it is not intended to test the result.
192192
from typing import Any, Final
193193

194-
FMT: Final = "{:d} {}"
194+
FMT: Final = "{} {}"
195195

196196
def f() -> str:
197197
return FMT.format(400 + 20, "roll" + "up")

0 commit comments

Comments
 (0)