ソースを参照

Remove redundant imports in tests

gitea-master
Julian Ospald 5年前
コミット
3c5f06f41d
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 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


読み込み中…
キャンセル
保存