summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T16902.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T16902.stderr')
-rw-r--r--testsuite/tests/polykinds/T16902.stderr11
1 files changed, 3 insertions, 8 deletions
diff --git a/testsuite/tests/polykinds/T16902.stderr b/testsuite/tests/polykinds/T16902.stderr
index a918f90b95..baa9777849 100644
--- a/testsuite/tests/polykinds/T16902.stderr
+++ b/testsuite/tests/polykinds/T16902.stderr
@@ -1,9 +1,4 @@
-T16902.hs:12:10: error: [GHC-25897]
- • Expected a type, but found something with kind ‘a’
- ‘a’ is a rigid type variable bound by
- the type signature for ‘MkF’
- at T16902.hs:12:3-12
- • In the type ‘F a’
- In the definition of data constructor ‘MkF’
- In the data declaration for ‘F’
+T16902.hs:11:1: error: [GHC-01259]
+ • Illegal constraint in a kind: (a ~~ k) => *
+ • In the data type declaration for ‘F’