summaryrefslogtreecommitdiff
path: root/test/typecheck
diff options
context:
space:
mode:
authorAlasdair2019-11-01 01:49:13 +0000
committerAlasdair2019-11-01 01:51:42 +0000
commit92a041233cc148fcfce2eccb43ae98a9b970de25 (patch)
tree4170311779ac95a4517c26afb96af8929a6437e8 /test/typecheck
parentd61c5160a637479c264b74d8cefc5c0a67942795 (diff)
Add a missing well-formedness check
Diffstat (limited to 'test/typecheck')
-rw-r--r--test/typecheck/pass/existential_ast/v3.expect2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/typecheck/pass/existential_ast/v3.expect b/test/typecheck/pass/existential_ast/v3.expect
index e2823692..ca83adb9 100644
--- a/test/typecheck/pass/existential_ast/v3.expect
+++ b/test/typecheck/pass/existential_ast/v3.expect
@@ -3,5 +3,5 @@ Type error:
26 | Some(Ctor1(a, x, c))
 | ^------------^
 | Could not resolve quantifiers for Ctor1
-  | * datasize('ex270#)
+  | * datasize('ex273#)
 |