Sfoglia il codice sorgente

Remove redundant imports in tests

gitea-master
Julian Ospald 5 anni fa
parent
commit
3c5f06f41d
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 511B62C09D50CD28
5 ha cambiato i file con 0 aggiunte e 7 eliminazioni
  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 Vedi File

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




+ 0
- 1
test/HPath/IO/ReadFileEOFSpec.hs Vedi File

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




+ 0
- 1
test/HPath/IO/ReadFileSpec.hs Vedi File

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




+ 0
- 1
test/HPath/IO/WriteFileSpec.hs Vedi File

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




+ 0
- 3
test/Utils.hs Vedi File

@@ -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


Caricamento…
Annulla
Salva