Skip to content

Commit

Permalink
Remove encoding tests from filepath
Browse files Browse the repository at this point in the history
Now residing in os-string.
  • Loading branch information
hasufell committed Dec 12, 2023
1 parent 69141cb commit 8702182
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 173 deletions.
1 change: 0 additions & 1 deletion filepath.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ test-suite abstract-filepath
hs-source-dirs: tests tests/abstract-filepath
other-modules:
Arbitrary
EncodingSpec
OsPathSpec
TestUtil

Expand Down
170 changes: 0 additions & 170 deletions tests/abstract-filepath/EncodingSpec.hs

This file was deleted.

3 changes: 1 addition & 2 deletions tests/abstract-filepath/Test.hs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
module Main (main) where

import qualified OsPathSpec
import qualified EncodingSpec
import TestUtil

main :: IO ()
main = runTests (EncodingSpec.tests ++ OsPathSpec.tests)
main = runTests (OsPathSpec.tests)

0 comments on commit 8702182

Please sign in to comment.