diff options
Diffstat (limited to 'dhall/tests/errors')
| -rw-r--r-- | dhall/tests/errors/import/cycle.txt | 1 | ||||
| -rw-r--r-- | dhall/tests/errors/import/importBoundary.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dhall/tests/errors/import/cycle.txt b/dhall/tests/errors/import/cycle.txt deleted file mode 100644 index 0a20503..0000000 --- a/dhall/tests/errors/import/cycle.txt +++ /dev/null @@ -1 +0,0 @@ -Recursive(Import { mode: Code, location: Local(Parent, FilePath { file_path: ["data", "cycle.dhall"] }), hash: None }, Resolve(Recursive(Import { mode: Code, location: Local(Parent, FilePath { file_path: ["failure", "cycle.dhall"] }), hash: None }, Resolve(ImportCycle([Import { mode: Code, location: Local(Parent, FilePath { file_path: ["data", "cycle.dhall"] }), hash: None }, Import { mode: Code, location: Local(Parent, FilePath { file_path: ["failure", "cycle.dhall"] }), hash: None }], Import { mode: Code, location: Local(Parent, FilePath { file_path: ["data", "cycle.dhall"] }), hash: None }))))) diff --git a/dhall/tests/errors/import/importBoundary.txt b/dhall/tests/errors/import/importBoundary.txt deleted file mode 100644 index 8f78e48..0000000 --- a/dhall/tests/errors/import/importBoundary.txt +++ /dev/null @@ -1 +0,0 @@ -Recursive(Import { mode: Code, location: Local(Parent, FilePath { file_path: ["data", "importBoundary.dhall"] }), hash: None }, Typecheck(TypeError { message: Custom("error: unbound variable `x`\n --> <current file>:1:0\n |\n...\n3 | x\n | ^ not found in this scope\n |") })) |
