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