Skip to content

Commit 4f09215

Browse files
Update run-functions.test
1 parent b477f4d commit 4f09215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypyc/test-data/run-functions.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,4 +1337,4 @@ def test_star_fastpath_generic() -> None:
13371337
def test_star2_fastpath() -> None:
13381338
assert star2(x="a", y=3) == "aaa"
13391339
def test_star2_fastpath_generic() -> None:
1340-
assert star2_generic({x: "a", y: 3}) == "aaa"
1340+
assert star2_generic({"x": "a", "y": 3}) == "aaa"

0 commit comments

Comments
 (0)