aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Command.hs
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2021-02-07 19:02:35 +0100
committerGitHub <[email protected]>2021-02-07 10:02:35 -0800
commitd202f7eb77242bd2d9395b950b74fc9b22f9ae13 (patch)
tree640ec90a7f62e034f755eb1f21648194412ccfde /test/Tests/Command.hs
parentf7be8d09649a9337ea443defb1efcf68cf39aa44 (diff)
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Diffstat (limited to 'test/Tests/Command.hs')
-rw-r--r--test/Tests/Command.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Tests/Command.hs b/test/Tests/Command.hs
index 8118e9759..07d825f73 100644
--- a/test/Tests/Command.hs
+++ b/test/Tests/Command.hs
@@ -1,4 +1,3 @@
-{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE TupleSections #-}
{- |
Module : Tests.Command
@@ -14,7 +13,6 @@ Run commands, and test results, defined in markdown files.
module Tests.Command (runTest, tests)
where
-import Prelude
import Data.Algorithm.Diff
import System.Environment.Executable (getExecutablePath)
import qualified Data.ByteString as BS