From 5abc0628058a318782c46614d943c034711845c6 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Thu, 6 Feb 2020 18:09:02 +0000 Subject: Add forgotten test outputs --- dhall/tests/type-errors/unit/CompletionMissingRequiredField.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dhall/tests/type-errors/unit/CompletionMissingRequiredField.txt (limited to 'dhall/tests/type-errors/unit/CompletionMissingRequiredField.txt') diff --git a/dhall/tests/type-errors/unit/CompletionMissingRequiredField.txt b/dhall/tests/type-errors/unit/CompletionMissingRequiredField.txt new file mode 100644 index 0000000..d0a9a01 --- /dev/null +++ b/dhall/tests/type-errors/unit/CompletionMissingRequiredField.txt @@ -0,0 +1,7 @@ +Type error: error: annot mismatch: (Example.default ⫽ {=} : { id : Optional Natural }) : { id : Optional Natural, name : Text } + --> :1:4 + | +... +6 | in Example::{=} + | ^^^^^^^^^^^^ annot mismatch: (Example.default ⫽ {=} : { id : Optional Natural }) : { id : Optional Natural, name : Text } + | -- cgit v1.2.3