summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/UnionConstructorFieldNotPresent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/UnionConstructorFieldNotPresent.txt')
-rw-r--r--dhall/tests/type-errors/unit/UnionConstructorFieldNotPresent.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/dhall/tests/type-errors/unit/UnionConstructorFieldNotPresent.txt b/dhall/tests/type-errors/unit/UnionConstructorFieldNotPresent.txt
index f88cb57..41d283d 100644
--- a/dhall/tests/type-errors/unit/UnionConstructorFieldNotPresent.txt
+++ b/dhall/tests/type-errors/unit/UnionConstructorFieldNotPresent.txt
@@ -1 +1,6 @@
-Type error: Unhandled error: MissingUnionField
+Type error: error: MissingUnionField
+ --> <current file>:1:0
+ |
+1 | < x : Bool >.y
+ | ^^^^^^^^^^^^^^ MissingUnionField
+ |