summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T12102b.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T12102b.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T12102b.stderr3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T12102b.stderr b/testsuite/tests/typecheck/should_fail/T12102b.stderr
index d93b7fda9c..49bce53985 100644
--- a/testsuite/tests/typecheck/should_fail/T12102b.stderr
+++ b/testsuite/tests/typecheck/should_fail/T12102b.stderr
@@ -1,7 +1,6 @@
T12102b.hs:21:25: error:
• Couldn't match expected kind ‘'True’
- with actual kind ‘IsTypeLit a0’
- The type variable ‘a0’ is ambiguous
+ with actual kind ‘IsTypeLit a’
• In the first argument of ‘Show’, namely ‘(T a)’
In the stand-alone deriving instance for ‘Show (T a)’