[project @ 2001-01-17 15:23:39 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / test / static / s046.hs
diff --git a/ghc/interpreter/test/static/s046.hs b/ghc/interpreter/test/static/s046.hs
deleted file mode 100644 (file)
index 351c1c5..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
---!!! Cyclic class hierarchy
-module M where
-class C2 a => C1 a where f :: a
-class C1 a => C2 a where g :: a