From cd0cfc3b9faef61c448bdcba76c957c8fe52f0c7 Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Fri, 3 Nov 2000 10:38:26 +0000
Subject: [PATCH] [project @ 2000-11-03 10:38:26 by simonmar] remind me what
 this test does

---
 ghc/tests/concurrent/should_run/conc021.hs | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ghc/tests/concurrent/should_run/conc021.hs b/ghc/tests/concurrent/should_run/conc021.hs
index 6d3fe0a540ce..cd41dd63c79f 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"
-- 
GitLab