Skip to content
Snippets Groups Projects
Commit 3989806b authored by sof's avatar sof
Browse files

[project @ 1999-01-23 17:54:42 by sof]

Updated to work with current sources
parent b8795136
No related branches found
No related tags found
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.9 1999/01/18 15:44:44 simonm Exp $
# $Id: Makefile,v 1.10 1999/01/23 17:54:42 sof Exp $
TOP = ../..
include $(TOP)/mk/boilerplate.mk
......@@ -12,6 +12,10 @@ exceptions001_HC_OPTS = -fglasgow-exts -fno-warn-missing-methods
stableptr002_HC_OPTS = -fglasgow-exts
list001_HC_OPTS = -fglasgow-exts
enum01_HC_OPTS = -cpp -fglasgow-exts -H12m
enum02_HC_OPTS = -cpp -fglasgow-exts -H12m
enum03_HC_OPTS = -cpp -fglasgow-exts -H12m
stableptr001_RUNTEST_OPTS = +RTS -K4m
dynamic001_HC_OPTS = -syslib exts
......
--!!! Dynamic library tests
-- !!! Dynamic library regression tests
module Main(main) where
import Dynamic
......
......@@ -13,7 +13,7 @@ main = do
dynTest
ioTest :: IO ()
ioTest = catchIO justIoErrors (fail (userError "wibble"))
ioTest = catchIO justIoErrors (ioError (userError "wibble"))
(\ex -> if isUserError ex then putStr "io exception caught\n"
else error "help!")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment