summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/OperatorTextConcatenateRhsNotText.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/OperatorTextConcatenateRhsNotText.txt')
-rw-r--r--dhall/tests/type-errors/unit/OperatorTextConcatenateRhsNotText.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/dhall/tests/type-errors/unit/OperatorTextConcatenateRhsNotText.txt b/dhall/tests/type-errors/unit/OperatorTextConcatenateRhsNotText.txt
index 9f10587..85611f7 100644
--- a/dhall/tests/type-errors/unit/OperatorTextConcatenateRhsNotText.txt
+++ b/dhall/tests/type-errors/unit/OperatorTextConcatenateRhsNotText.txt
@@ -1 +1,6 @@
-Type error: Unhandled error: BinOpTypeMismatch
+Type error: error: BinOpTypeMismatch
+ --> <current file>:1:0
+ |
+1 | "" ++ 1
+ | ^^^^^^^ BinOpTypeMismatch
+ |