Bladeren bron

Remove redundant imports in tests

gitea-master
Julian Ospald 5 jaren geleden
bovenliggende
commit
3c5f06f41d
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: 511B62C09D50CD28
5 gewijzigde bestanden met toevoegingen van 0 en 7 verwijderingen
  1. +0
    -1
      test/HPath/IO/AppendFileSpec.hs
  2. +0
    -1
      test/HPath/IO/ReadFileEOFSpec.hs
  3. +0
    -1
      test/HPath/IO/ReadFileSpec.hs
  4. +0
    -1
      test/HPath/IO/WriteFileSpec.hs
  5. +0
    -3
      test/Utils.hs

+ 0
- 1
test/HPath/IO/AppendFileSpec.hs Bestand weergeven

@@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils




+ 0
- 1
test/HPath/IO/ReadFileEOFSpec.hs Bestand weergeven

@@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils




+ 0
- 1
test/HPath/IO/ReadFileSpec.hs Bestand weergeven

@@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils




+ 0
- 1
test/HPath/IO/WriteFileSpec.hs Bestand weergeven

@@ -13,7 +13,6 @@ import GHC.IO.Exception
(
IOErrorType(..)
)
import System.Process
import Utils




+ 0
- 3
test/Utils.hs Bestand weergeven

@@ -61,9 +61,6 @@ import System.Posix.Files.ByteString
, unionFileModes
)

import qualified "unix" System.Posix.IO.ByteString as SPI
import qualified "unix-bytestring" System.Posix.IO.ByteString as SPB



baseTmpDir :: ByteString


Laden…
Annuleren
Opslaan