diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/ghci/prog001/B.hs')
-rw-r--r-- | testsuite/tests/ghc-regress/ghci/prog001/B.hs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/testsuite/tests/ghc-regress/ghci/prog001/B.hs b/testsuite/tests/ghc-regress/ghci/prog001/B.hs deleted file mode 100644 index e57c31ffff..0000000000 --- a/testsuite/tests/ghc-regress/ghci/prog001/B.hs +++ /dev/null @@ -1,5 +0,0 @@ -module B (module B, module C) where - -import C - -k x = x `mod` 11 |