summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T6021.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T6021.stderr')
-rw-r--r--testsuite/tests/polykinds/T6021.stderr9
1 files changed, 4 insertions, 5 deletions
diff --git a/testsuite/tests/polykinds/T6021.stderr b/testsuite/tests/polykinds/T6021.stderr
index 0b7ce77439..d747043d27 100644
--- a/testsuite/tests/polykinds/T6021.stderr
+++ b/testsuite/tests/polykinds/T6021.stderr
@@ -1,5 +1,4 @@
-
-T6021.hs:5:22: error:
- Type variable ‘b’ used as a kind
- In the kind ‘b’
- In the instance declaration for ‘Panic (a :: b) b’
+
+T6021.hs:5:22: error:
+ Variable ‘b’ used as both a kind and a type
+ Did you intend to use TypeInType?