summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt')
-rw-r--r--dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt b/dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt
deleted file mode 100644
index 5ba4b35..0000000
--- a/dhall/tests/type-errors/unit/LetWithWrongAnnotation.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Type error: error: annot mismatch: (True : Bool) : Natural
- --> <current file>:1:8
- |
-1 | let x : Natural = True in True
- | ^^^^^^^ annot mismatch: (True : Bool) : Natural
- |