Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions dhall/tests/Dhall/Test/Import.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ getTests = do
--
-- URL: https://test.dhall-lang.org/Bool/package.dhall
importDirectory </> "success/headerForwardingA.dhall"
, importDirectory </> "success/unit/SimpleRemoteA.dhall"
, importDirectory </> "success/unit/RemoteAsTextA.dhall"
]

successTests <- Test.Util.discover (Turtle.chars <> "A.dhall") successTest (do
Expand Down