[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / lib / should_run / packedstring001.hs
diff --git a/ghc/tests/lib/should_run/packedstring001.hs b/ghc/tests/lib/should_run/packedstring001.hs
deleted file mode 100644 (file)
index 3ed6a11..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-{-# OPTIONS -fglasgow-exts #-}
-
-module Main (main) where
-
-import Char (isSpace)
-import PackedString
-
--- Bug in PackedString.lhs (fixed in rev 1.5)
-
-foo = packString "this is a test"
-main = print (filterPS (not.isSpace) foo)
-