Fix build

detProp2 isn't implemented yet, oops
This commit is contained in:
hasufell 2014-12-18 04:14:31 +01:00
parent f774a92dd6
commit 4f5d7f15bf
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ main = do
deepCheck vp2Prop2 deepCheck vp2Prop2
putStrLn "testing det:" putStrLn "testing det:"
deepCheck detProp1 deepCheck detProp1
deepCheck detProp2
putStrLn "testing splitBy" putStrLn "testing splitBy"
deepCheck splitByProp1 deepCheck splitByProp1
deepCheck splitByProp2 deepCheck splitByProp2