Skip to content

Commit 3b69d15

Browse files
Update run-functions.test
1 parent 680aa89 commit 3b69d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypyc/test-data/run-functions.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ def test_star_fastpath_list() -> None:
13341334
assert star_list(["a", 3]) == "aaa"
13351335
def test_star_fastpath_generic() -> None:
13361336
assert star_generic({"a": None, 3: None}) == "aaa"
1337-
def test_star2_fastpath() -> None
1337+
def test_star2_fastpath() -> None:
13381338
assert star2(x="a", y=3) == "aaa"
1339-
def test_star2_fastpath_generic() -> None
1339+
def test_star2_fastpath_generic() -> None:
13401340
assert star2_generic({x: "a", y: 3}) == "aaa"

0 commit comments

Comments
 (0)