Skip to content

Commit

Permalink
fixup! Add a normalized path equality check operation
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Dec 19, 2024
1 parent 82d07ed commit 7230d9c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 68 deletions.
1 change: 0 additions & 1 deletion streamly.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ extra-source-files:
test/Streamly/Test/FileSystem/Event/Windows.hs
test/Streamly/Test/FileSystem/Event/Linux.hs
test/Streamly/Test/FileSystem/Handle.hs
test/Streamly/Test/FileSystem/Path.hs
test/Streamly/Test/Network/Socket.hs
test/Streamly/Test/Network/Inet/TCP.hs
test/Streamly/Test/Prelude.hs
Expand Down
61 changes: 0 additions & 61 deletions test/Streamly/Test/FileSystem/Path.hs

This file was deleted.

6 changes: 0 additions & 6 deletions test/streamly-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -445,12 +445,6 @@ test-suite FileSystem.Handle
if flag(use-streamly-core)
buildable: False

test-suite FileSystem.Path
import: test-options
type: exitcode-stdio-1.0
main-is: Streamly/Test/FileSystem/Path.hs
ghc-options: -main-is Streamly.Test.FileSystem.Path.main

test-suite Network.Inet.TCP
import: lib-options
type: exitcode-stdio-1.0
Expand Down

0 comments on commit 7230d9c

Please sign in to comment.