File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -93,8 +93,7 @@ extra-source-files:
9393 test/Streamly/Test/Data/Array/Prim/Pinned.hs
9494 test/Streamly/Test/Data/Array/Foreign.hs
9595 test/Streamly/Test/Data/Array/Stream/Foreign.hs
96- test/Streamly/Test/Data/Parser/ParserD.hs
97- test/Streamly/Test/Data/Stream/Top.hs
96+ test/Streamly/Test/Data/Parser/ParserD.hs
9897 test/Streamly/Test/FileSystem/Event.hs
9998 test/Streamly/Test/FileSystem/Event/Common.hs
10099 test/Streamly/Test/FileSystem/Event/Darwin.hs
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ intersectBySorted =
4848
4949-------------------------------------------------------------------------------
5050moduleName :: String
51- moduleName = " Data.Stream .Top"
51+ moduleName = " Prelude .Top"
5252
5353main :: IO ()
5454main = hspec $ do
Original file line number Diff line number Diff line change @@ -383,6 +383,10 @@ test-suite Prelude.Serial
383383 if flag(limit-build-mem)
384384 ghc-options : +RTS -M1500M -RTS
385385
386+ test-suite Prelude.Top
387+ import : test-options
388+ type : exitcode-stdio-1.0
389+ main-is : Streamly/Test/Prelude/Top.hs
386390
387391test-suite Prelude.WAsync
388392 import : test-options
@@ -430,8 +434,3 @@ test-suite version-bounds
430434 import : test-options
431435 type : exitcode-stdio-1.0
432436 main-is : version-bounds.hs
433-
434- test-suite Data.Stream.Top
435- import : test-options
436- type : exitcode-stdio-1.0
437- main-is : Streamly/Test/Data/Stream/Top.hs
You can’t perform that action at this time.
0 commit comments