summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/VariableFree.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/VariableFree.txt')
-rw-r--r--dhall/tests/type-errors/unit/VariableFree.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/dhall/tests/type-errors/unit/VariableFree.txt b/dhall/tests/type-errors/unit/VariableFree.txt
index 87cf48e..52baa7f 100644
--- a/dhall/tests/type-errors/unit/VariableFree.txt
+++ b/dhall/tests/type-errors/unit/VariableFree.txt
@@ -1 +1,6 @@
-Type error: Unhandled error: unbound variable
+Type error: Unhandled error: error: unbound variable `x`
+ --> <current file>:1:0
+ |
+1 | x
+ | ^ not found in this scope
+ |