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/RecordProjectionByTypeNotPresent.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 dhall/tests/type-errors/unit/RecordProjectionByTypeNotPresent.txt (limited to 'dhall/tests/type-errors/unit/RecordProjectionByTypeNotPresent.txt') diff --git a/dhall/tests/type-errors/unit/RecordProjectionByTypeNotPresent.txt b/dhall/tests/type-errors/unit/RecordProjectionByTypeNotPresent.txt new file mode 100644 index 0000000..c22c2c4 --- /dev/null +++ b/dhall/tests/type-errors/unit/RecordProjectionByTypeNotPresent.txt @@ -0,0 +1,6 @@ +Type error: error: ProjectionMissingEntry + --> :1:0 + | +1 | { y = {=} }.( {x : Natural} ) + | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProjectionMissingEntry + | -- cgit v1.2.3