From 128875b501bc2989617ae553317b80faa556d752 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 15 Aug 2019 16:11:30 +0100 Subject: chore: Remove remaining Bazel-related files --- third_party/bazel/rules_haskell/tests/binary-with-data/bin1.hs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 third_party/bazel/rules_haskell/tests/binary-with-data/bin1.hs (limited to 'third_party/bazel/rules_haskell/tests/binary-with-data/bin1.hs') diff --git a/third_party/bazel/rules_haskell/tests/binary-with-data/bin1.hs b/third_party/bazel/rules_haskell/tests/binary-with-data/bin1.hs deleted file mode 100644 index 309f6ecd5641..000000000000 --- a/third_party/bazel/rules_haskell/tests/binary-with-data/bin1.hs +++ /dev/null @@ -1,9 +0,0 @@ -module Main where - -import Control.Monad (unless) - -main :: IO () -main = do - contents <- readFile "tests/binary-with-data/bin1-input" - unless (contents == "contents\n") - $ error $ "Incorrect input; got " ++ show contents -- cgit 1.4.1