Skip to content

Commit c246653

Browse files
committed
Fix warnings in tests
1 parent 2f33b6d commit c246653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Test.Main where
22

3-
import Prelude
3+
import Prelude hiding (not)
44
import Control.Monad.Eff (Eff)
55
import Control.Monad.Eff.Console (CONSOLE, log)
66
import Data.Array (filter, range)

0 commit comments

Comments
 (0)