[project @ 2003-07-23 11:43:16 by simonmar]
[ghc-hetmet.git] / ghc / tests / ghci / prog002 / C.hs
diff --git a/ghc/tests/ghci/prog002/C.hs b/ghc/tests/ghci/prog002/C.hs
deleted file mode 100644 (file)
index b3baac2..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-module C (module B, module C) where
-
-import B 
-
-k x = x `mod` 11