summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/RecordProjectionNotPresent.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/RecordProjectionNotPresent.txt')
-rw-r--r--dhall/tests/type-errors/unit/RecordProjectionNotPresent.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/dhall/tests/type-errors/unit/RecordProjectionNotPresent.txt b/dhall/tests/type-errors/unit/RecordProjectionNotPresent.txt
index ddbe5e4..032f7a0 100644
--- a/dhall/tests/type-errors/unit/RecordProjectionNotPresent.txt
+++ b/dhall/tests/type-errors/unit/RecordProjectionNotPresent.txt
@@ -1 +1,6 @@
-Type error: Unhandled error: ProjectionMissingEntry
+Type error: error: ProjectionMissingEntry
+ --> <current file>:1:0
+ |
+1 | { y = {=} }.{ x }
+ | ^^^^^^^^^^^^^^^^^ ProjectionMissingEntry
+ |