[project @ 2001-01-17 15:23:39 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / test / static / s018.hs
diff --git a/ghc/interpreter/test/static/s018.hs b/ghc/interpreter/test/static/s018.hs
deleted file mode 100644 (file)
index e439a56..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
---!!! Correct class export
-module M(C(m1,m2,m3)) where
-class C a where
-  m1 :: a
-  m2, m3 :: a