aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runnable/multi_module/helper.elna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runnable/multi_module/helper.elna')
-rw-r--r--testsuite/runnable/multi_module/helper.elna2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/runnable/multi_module/helper.elna b/testsuite/runnable/multi_module/helper.elna
index 9148ba6..5fd68af 100644
--- a/testsuite/runnable/multi_module/helper.elna
+++ b/testsuite/runnable/multi_module/helper.elna
@@ -1,4 +1,4 @@
-proc multiply*(x, y: Int): Int
+proc multiply*(x, y: Int) -> Int
return x * y
end.