Skip to content

Commit e20d41e

Browse files
committed
Fix warning
1 parent b58361d commit e20d41e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Main.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ import Data.Maybe (Maybe(..), isNothing)
1111
import Data.UInt (fromInt, pow)
1212
import Partial.Unsafe (unsafePartial)
1313
import Test.QuickCheck (quickCheck', (<?>), quickCheck)
14-
import Test.Input
14+
import Test.Input (WellFormedInput(..))
15+
1516

1617
assertEffEquals :: forall a. Eq a => Show a => a -> Effect a -> Effect Unit
1718
assertEffEquals expectedValue computation = do
@@ -84,4 +85,3 @@ main = do
8485
DV.setUint8 dv t 2
8586
DV.setUint8 dv t 3
8687
DV.getUint32be dv 0
87-

0 commit comments

Comments
 (0)