summaryrefslogtreecommitdiff
path: root/test/typecheck
diff options
context:
space:
mode:
authorAlasdair2020-07-15 13:55:12 +0100
committerAlasdair2020-07-15 13:55:12 +0100
commit71db59830383b7db5316b5c99ccebe776fc837dc (patch)
tree25fe871ae273ff0da3b8a1f0b871c2d20cb41f31 /test/typecheck
parentd7a77f7e13dfcf5c8ef607dbabef801141ffacaa (diff)
Update duplicate ctor warning
Diffstat (limited to 'test/typecheck')
-rw-r--r--test/typecheck/fail/duplicate_ctor.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/typecheck/fail/duplicate_ctor.expect b/test/typecheck/fail/duplicate_ctor.expect
index 28253714..ac07c644 100644
--- a/test/typecheck/fail/duplicate_ctor.expect
+++ b/test/typecheck/fail/duplicate_ctor.expect
@@ -2,5 +2,5 @@ Type error:
[duplicate_ctor.sail]:3:15-19
3 |union foo2 = { Bar1 : int }
 | ^--^
-  | Constructor or function already exists for Bar1
+  | A union constructor or function already exists with name Bar1
 |