Skip to content
Snippets Groups Projects
Commit 703e7dd2 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-03-13 11:39:22 by simonmar]

Add PutFullMVar test
parent f88ac43f
No related merge requests found
#-----------------------------------------------------------------------------
# $Id: Makefile,v 1.2 1999/03/16 13:20:21 simonm Exp $
# $Id: Makefile,v 1.3 2000/03/13 11:39:22 simonmar Exp $
TOP = ../..
include $(TOP)/mk/boilerplate.mk
include $(TOP)/mk/should_run.mk
conc009_RUNTEST_OPTS = -x 1
conc018_RUNTEST_OPTS = -x 1
SRC_HC_OPTS += -dcore-lint -syslib concurrent -fglasgow-exts
......
import Concurrent
main = do
catch (do
m <- newMVar ()
putMVar m ()
)
(\e -> print e)
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