diff options
Diffstat (limited to 'testsuite/tests/lib/exceptions/exceptions001.hs')
-rw-r--r-- | testsuite/tests/lib/exceptions/exceptions001.hs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/tests/lib/exceptions/exceptions001.hs b/testsuite/tests/lib/exceptions/exceptions001.hs deleted file mode 100644 index f5fcbf0087..0000000000 --- a/testsuite/tests/lib/exceptions/exceptions001.hs +++ /dev/null @@ -1,7 +0,0 @@ - --- trac #2508 - -import System.Exit -import Control.OldException - -main = exitWith ExitSuccess `finally` return () |