summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/prog001/B.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/prog001/B.hs')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/prog001/B.hs7
1 files changed, 0 insertions, 7 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/prog001/B.hs b/testsuite/tests/ghc-regress/typecheck/prog001/B.hs
deleted file mode 100644
index 322a04cde7..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/prog001/B.hs
+++ /dev/null
@@ -1,7 +0,0 @@
-{-# LANGUAGE MultiParamTypeClasses #-}
-module B where
-import A
-
-newtype Val = Val [Int]
-
-instance Matrix Bool Val