Skip to content
Snippets Groups Projects
Commit 5d96988b authored by Orestis Melkonian's avatar Orestis Melkonian
Browse files

Minor fix

parent f43833d3
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ compareSpec m pMode methodA methodB = do ...@@ -71,7 +71,7 @@ compareSpec m pMode methodA methodB = do
mv1 <- newEmptyMVar mv1 <- newEmptyMVar
mv2 <- if m == Debug then newEmptyMVar else return mv1 mv2 <- if m == Debug then newEmptyMVar else return mv1
mapM_ compareSpecHelper [ (mv1, "Z3", Test.equivalentTo) mapM_ compareSpecHelper [ (mv1, "Z3", Z3.equivalentTo)
, (mv2, "Test", Test.equivalentTo) , (mv2, "Test", Test.equivalentTo)
] ]
res1 <- readMVar mv1 res1 <- readMVar mv1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment