module Control.Exception.ThrowableTest where import Control.Exception.Safe (MonadThrow, throwM) import Control.Monad.Trans.Either (runEitherT) import Test.Tasty (TestTree) import Test.Tasty.HUnit (testCase, assertFailure, (@?=), Assertion) import qualified Control.Exception.Throwable as ET test_ioexception_prim :: [TestTree] test_ioexception_prim = []