Просмотр исходного кода

Remove redundant imports in tests

gitea-master
Julian Ospald 5 лет назад
Родитель
Сommit
3c5f06f41d
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 511B62C09D50CD28
5 измененных файлов: 0 добавлений и 7 удалений
  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 Просмотреть файл

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




+ 0
- 1
test/HPath/IO/ReadFileEOFSpec.hs Просмотреть файл

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




+ 0
- 1
test/HPath/IO/ReadFileSpec.hs Просмотреть файл

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




+ 0
- 1
test/HPath/IO/WriteFileSpec.hs Просмотреть файл

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




+ 0
- 3
test/Utils.hs Просмотреть файл

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


Загрузка…
Отмена
Сохранить