summaryrefslogtreecommitdiff
path: root/test/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Main.hs')
-rw-r--r--test/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Main.hs b/test/Main.hs
index 1ad7f75..52bdbd0 100644
--- a/test/Main.hs
+++ b/test/Main.hs
@@ -209,7 +209,7 @@ adTestGen name expr envGenerator =
in
withCompiled env expr $ \primalfun ->
withCompiled env (simplifyFix expr) $ \primalSfun ->
- testGroup name
+ testGroupCollapse name
[testProperty "compile primal" $ property $ do
input <- forAllWith (showEnv env) envGenerator