From 1788ac7e170fc48a1b36e315210ca05c5a108a9f Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 28 Mar 2001 16:36:04 +0000 Subject: [PATCH] [project @ 2001-03-28 16:36:04 by simonmar] add a simple test for IOExts.performGC --- ghc/tests/lib/should_run/ioexts002.hs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ghc/tests/lib/should_run/ioexts002.hs diff --git a/ghc/tests/lib/should_run/ioexts002.hs b/ghc/tests/lib/should_run/ioexts002.hs new file mode 100644 index 0000000..e9c8575 --- /dev/null +++ b/ghc/tests/lib/should_run/ioexts002.hs @@ -0,0 +1,7 @@ +module Main where + +-- !!! test IOExts.performGC + +import IOExts + +main = performGC -- 1.7.10.4