summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-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
 |