From a610f53d794f430a9f57c37d8b88f76a62620506 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Sat, 7 Mar 2020 22:14:41 +0000 Subject: Upstream all local tests See https://github.com/dhall-lang/dhall-lang/pull/933 --- dhall/tests/type-inference/failure/SortInLet.dhall | 1 - .../type-inference/failure/unit/FunctionTypeOutputTypeNotAType.dhall | 1 - dhall/tests/type-inference/failure/unit/LetInSort.dhall | 1 - dhall/tests/type-inference/failure/unit/MergeBool.dhall | 1 - dhall/tests/type-inference/failure/unit/NestedAnnotInnerWrong.dhall | 1 - dhall/tests/type-inference/failure/unit/NestedAnnotOuterWrong.dhall | 1 - 6 files changed, 6 deletions(-) delete mode 100644 dhall/tests/type-inference/failure/SortInLet.dhall delete mode 100644 dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.dhall delete mode 100644 dhall/tests/type-inference/failure/unit/LetInSort.dhall delete mode 100644 dhall/tests/type-inference/failure/unit/MergeBool.dhall delete mode 100644 dhall/tests/type-inference/failure/unit/NestedAnnotInnerWrong.dhall delete mode 100644 dhall/tests/type-inference/failure/unit/NestedAnnotOuterWrong.dhall (limited to 'dhall/tests/type-inference/failure') diff --git a/dhall/tests/type-inference/failure/SortInLet.dhall b/dhall/tests/type-inference/failure/SortInLet.dhall deleted file mode 100644 index b19b882..0000000 --- a/dhall/tests/type-inference/failure/SortInLet.dhall +++ /dev/null @@ -1 +0,0 @@ -let x = Sort in 0 diff --git a/dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.dhall b/dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.dhall deleted file mode 100644 index 94b32f9..0000000 --- a/dhall/tests/type-inference/failure/unit/FunctionTypeOutputTypeNotAType.dhall +++ /dev/null @@ -1 +0,0 @@ -Bool -> 1 diff --git a/dhall/tests/type-inference/failure/unit/LetInSort.dhall b/dhall/tests/type-inference/failure/unit/LetInSort.dhall deleted file mode 100644 index 125ab28..0000000 --- a/dhall/tests/type-inference/failure/unit/LetInSort.dhall +++ /dev/null @@ -1 +0,0 @@ -\(x: let x = 0 in Sort) -> 1 diff --git a/dhall/tests/type-inference/failure/unit/MergeBool.dhall b/dhall/tests/type-inference/failure/unit/MergeBool.dhall deleted file mode 100644 index 01e7e3f..0000000 --- a/dhall/tests/type-inference/failure/unit/MergeBool.dhall +++ /dev/null @@ -1 +0,0 @@ -\(x: { True: Natural, False: Natural }) -> merge x True diff --git a/dhall/tests/type-inference/failure/unit/NestedAnnotInnerWrong.dhall b/dhall/tests/type-inference/failure/unit/NestedAnnotInnerWrong.dhall deleted file mode 100644 index 7e5c8ec..0000000 --- a/dhall/tests/type-inference/failure/unit/NestedAnnotInnerWrong.dhall +++ /dev/null @@ -1 +0,0 @@ -(0 : Bool) : Natural diff --git a/dhall/tests/type-inference/failure/unit/NestedAnnotOuterWrong.dhall b/dhall/tests/type-inference/failure/unit/NestedAnnotOuterWrong.dhall deleted file mode 100644 index 67a1526..0000000 --- a/dhall/tests/type-inference/failure/unit/NestedAnnotOuterWrong.dhall +++ /dev/null @@ -1 +0,0 @@ -(0 : Natural) : Bool -- cgit v1.2.3