summaryrefslogtreecommitdiff
path: root/Test.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Test.hs')
-rw-r--r--Test.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test.hs b/Test.hs
index 5286bc6f6..e57c9021c 100644
--- a/Test.hs
+++ b/Test.hs
@@ -125,8 +125,8 @@ main ps = do
ingredients :: [Ingredient]
ingredients =
- [ rerunningTests [consoleTestReporter]
- , listingTests
+ [ listingTests
+ , rerunningTests [consoleTestReporter]
]
properties :: TestTree