summaryrefslogtreecommitdiff
path: root/dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt
diff options
context:
space:
mode:
authorNadrieril2020-02-06 18:09:02 +0000
committerNadrieril2020-02-06 18:09:02 +0000
commit5abc0628058a318782c46614d943c034711845c6 (patch)
treef7de4e5c8e1cf5b9a394ca020eed859f402e2152 /dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt
parentce289aeb3db3085a327e3a509f69edcea0f86be0 (diff)
Add forgotten test outputs
Diffstat (limited to 'dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt')
-rw-r--r--dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt b/dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt
new file mode 100644
index 0000000..7edef95
--- /dev/null
+++ b/dhall/tests/type-errors/unit/CompletionWithWrongOverridenType.txt
@@ -0,0 +1,7 @@
+Type error: error: annot mismatch: (Example.default ⫽ { name = True } : { id : Optional Natural, name : Bool }) : { id : Optional Natural, name : Text }
+ --> <current file>:1:4
+ |
+...
+6 | in Example::{ name = True }
+ | ^^^^^^^^^^^^^^^^^^^^^^^^ annot mismatch: (Example.default ⫽ { name = True } : { id : Optional Natural, name : Bool }) : { id : Optional Natural, name : Text }
+ |