Skip to content

Commit 8702182

Browse files
committed
Remove encoding tests from filepath
Now residing in os-string.
1 parent 69141cb commit 8702182

File tree

3 files changed

+1
-173
lines changed

3 files changed

+1
-173
lines changed

filepath.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ test-suite abstract-filepath
149149
hs-source-dirs: tests tests/abstract-filepath
150150
other-modules:
151151
Arbitrary
152-
EncodingSpec
153152
OsPathSpec
154153
TestUtil
155154

tests/abstract-filepath/EncodingSpec.hs

Lines changed: 0 additions & 170 deletions
This file was deleted.

tests/abstract-filepath/Test.hs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module Main (main) where
22

33
import qualified OsPathSpec
4-
import qualified EncodingSpec
54
import TestUtil
65

76
main :: IO ()
8-
main = runTests (EncodingSpec.tests ++ OsPathSpec.tests)
7+
main = runTests (OsPathSpec.tests)

0 commit comments

Comments
 (0)