summaryrefslogtreecommitdiff
path: root/test/const-function.mnml
diff options
context:
space:
mode:
Diffstat (limited to 'test/const-function.mnml')
-rw-r--r--test/const-function.mnml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/const-function.mnml b/test/const-function.mnml
index 9630dd8..5a82b68 100644
--- a/test/const-function.mnml
+++ b/test/const-function.mnml
@@ -5,4 +5,4 @@ const main: function = (input: string or integer, default: integer = 1): void {
return hello + " " + bye
}
-main(input = "hey", 2)
+main(input = "hey", default = 2)