소스 검색

Remove redundant imports in tests

gitea-master
Julian Ospald 5 년 전
부모
커밋
3c5f06f41d
No known key found for this signature in database 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


불러오는 중...
취소
저장