HTF-0.12.2.2: tests/real-bbt/SortByPrevTime.hs
{-# OPTIONS_GHC -F -pgmF dist/build/htfpp/htfpp #-}
module SortByPrevTime (sortByPrevTimeMain) where
import Test.Framework
import Control.Concurrent
test_slow :: IO ()
test_slow = threadDelay 300000
test_fast :: IO ()
test_fast = return ()
sortByPrevTimeMain args = htfMainWithArgs args htf_thisModulesTests