diff options
Diffstat (limited to 'third_party/bazel/rules_haskell/tests/external-haskell-repository/Main.hs')
-rw-r--r-- | third_party/bazel/rules_haskell/tests/external-haskell-repository/Main.hs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/third_party/bazel/rules_haskell/tests/external-haskell-repository/Main.hs b/third_party/bazel/rules_haskell/tests/external-haskell-repository/Main.hs deleted file mode 100644 index 97fcc158880a..000000000000 --- a/third_party/bazel/rules_haskell/tests/external-haskell-repository/Main.hs +++ /dev/null @@ -1,6 +0,0 @@ -module Main where - -import AddOne -import Control.Exception (assert) - -main = assert (addOne 41 == 42) $ return () |