aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/parse-fail-dup-formals.err.exp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/lang/parse-fail-dup-formals.err.exp')
-rw-r--r--tests/functional/lang/parse-fail-dup-formals.err.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/functional/lang/parse-fail-dup-formals.err.exp b/tests/functional/lang/parse-fail-dup-formals.err.exp
new file mode 100644
index 000000000..1d566fb33
--- /dev/null
+++ b/tests/functional/lang/parse-fail-dup-formals.err.exp
@@ -0,0 +1,6 @@
+error: duplicate formal function argument 'x'
+
+ at «stdin»:1:8:
+
+ 1| {x, y, x}: x
+ | ^