diff options
Diffstat (limited to 'users/grfn/xanthous/test/Spec.hs')
-rw-r--r-- | users/grfn/xanthous/test/Spec.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/xanthous/test/Spec.hs b/users/grfn/xanthous/test/Spec.hs index dfecfbdd21c5..c8b0ef0079f7 100644 --- a/users/grfn/xanthous/test/Spec.hs +++ b/users/grfn/xanthous/test/Spec.hs @@ -26,7 +26,7 @@ import qualified Xanthous.UtilSpec -------------------------------------------------------------------------------- main :: IO () -main = defaultMain test +main = defaultMainWithRerun test test :: TestTree test = testGroup "Xanthous" |