summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail190.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/typecheck/should_fail/tcfail190.stderr')
-rw-r--r--testsuite/tests/ghc-regress/typecheck/should_fail/tcfail190.stderr8
1 files changed, 0 insertions, 8 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail190.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail190.stderr
deleted file mode 100644
index a2e1034162..0000000000
--- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail190.stderr
+++ /dev/null
@@ -1,8 +0,0 @@
-
-tcfail190.hs:12:9:
- No instance for (Ord Unorderable)
- arising from a use of `Control.Monad.Group.mgroupWith'
- Possible fix: add an instance declaration for (Ord Unorderable)
- In the expression: Control.Monad.Group.mgroupWith
- In a stmt of a list comprehension: then group by x
- In the expression: [() | x <- [Gnorf, Brain], then group by x]