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