Skip to content

Commit

Permalink
Update tests/wrong_type/main_3_args.jou
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli authored Dec 19, 2023
1 parent 7b8ffa6 commit 7d96ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wrong_type/main_3_args.jou
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
def main(
a: int, b: int, c: int # Error: if the main() function takes parameters, it should be defined like this: def main(argc: int, argv: byte**) -> int
argc: int, argv: byte**, lol: int # Error: if the main() function takes parameters, it should be defined like this: def main(argc: int, argv: byte**) -> int
) -> int:
return 0

0 comments on commit 7d96ef3

Please sign in to comment.