[project @ 2001-01-17 15:23:39 by sewardj]
[ghc-hetmet.git] / ghc / interpreter / test / static / s115.hs
diff --git a/ghc/interpreter/test/static/s115.hs b/ghc/interpreter/test/static/s115.hs
deleted file mode 100644 (file)
index 5492dd7..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
---!!! Known bug: can't have strict fieldnames (I think this is trivial to fix)
-
-data T = T {x :: Int, y :: !Int} deriving Show
-
-
-