summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/HeterogenousToMap.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dhall/tests/type-errors/unit/HeterogenousToMap.txt')
-rw-r--r--dhall/tests/type-errors/unit/HeterogenousToMap.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/dhall/tests/type-errors/unit/HeterogenousToMap.txt b/dhall/tests/type-errors/unit/HeterogenousToMap.txt
deleted file mode 100644
index 2f8abf2..0000000
--- a/dhall/tests/type-errors/unit/HeterogenousToMap.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-Type error: error: Every field of the record must have the same type
- --> <current file>:1:0
- |
-1 | toMap { foo= 1, bar= "Bar" }
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Every field of the record must have the same type
- |