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