diff options
| author | Alasdair | 2020-07-15 13:55:12 +0100 |
|---|---|---|
| committer | Alasdair | 2020-07-15 13:55:12 +0100 |
| commit | 71db59830383b7db5316b5c99ccebe776fc837dc (patch) | |
| tree | 25fe871ae273ff0da3b8a1f0b871c2d20cb41f31 /test/typecheck | |
| parent | d7a77f7e13dfcf5c8ef607dbabef801141ffacaa (diff) | |
Update duplicate ctor warning
Diffstat (limited to 'test/typecheck')
| -rw-r--r-- | test/typecheck/fail/duplicate_ctor.expect | 2 |
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: [[96mduplicate_ctor.sail[0m]:3:15-19 3[96m |[0munion foo2 = { Bar1 : int } [91m |[0m [91m^--^[0m - [91m |[0m Constructor or function already exists for Bar1 + [91m |[0m A union constructor or function already exists with name Bar1 [91m |[0m |
