From: simonmar Date: Fri, 3 Nov 2000 10:38:26 +0000 (+0000) Subject: [project @ 2000-11-03 10:38:26 by simonmar] X-Git-Tag: Approximately_9120_patches~3441 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=cd0cfc3b9faef61c448bdcba76c957c8fe52f0c7;p=ghc-hetmet.git [project @ 2000-11-03 10:38:26 by simonmar] remind me what this test does --- diff --git a/ghc/tests/concurrent/should_run/conc021.hs b/ghc/tests/concurrent/should_run/conc021.hs index 6d3fe0a..cd41dd6 100644 --- a/ghc/tests/concurrent/should_run/conc021.hs +++ b/ghc/tests/concurrent/should_run/conc021.hs @@ -1,3 +1,5 @@ module PrelMain where +-- !!! test for uncaught exception + mainIO = error "wurble"