change instansiating to be stateful
This commit is contained in:
@@ -219,7 +219,7 @@ runScript onAssertFail script = do
|
|||||||
if failureString `elem` getFailureString reason
|
if failureString `elem` getFailureString reason
|
||||||
then return ()
|
then return ()
|
||||||
else
|
else
|
||||||
let msg = pos ++ ": Module is invalid for other reason. Expected "
|
let msg = "Module is invalid for other reason. Expected "
|
||||||
++ show failureString
|
++ show failureString
|
||||||
++ ", but actual is "
|
++ ", but actual is "
|
||||||
++ show (getFailureString reason)
|
++ show (getFailureString reason)
|
||||||
|
|||||||
Reference in New Issue
Block a user