summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T16245a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/polykinds/T16245a.stderr')
-rw-r--r--testsuite/tests/polykinds/T16245a.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/polykinds/T16245a.stderr b/testsuite/tests/polykinds/T16245a.stderr
index 00f300fdab..a7df4f2fbc 100644
--- a/testsuite/tests/polykinds/T16245a.stderr
+++ b/testsuite/tests/polykinds/T16245a.stderr
@@ -1,12 +1,12 @@
-T16245a.hs:11:66: error:
+T16245a.hs:12:66: error:
• Expected kind ‘k1’, but ‘b’ has kind ‘k2’
‘k2’ is a rigid type variable bound by
the newtype declaration for ‘T’
- at T16245a.hs:11:12
+ at T16245a.hs:12:12
‘k1’ is a rigid type variable bound by
the newtype declaration for ‘T’
- at T16245a.hs:11:1-67
+ at T16245a.hs:12:1-67
• In the second argument of ‘SameKind’, namely ‘b’
In the type ‘(forall (b :: k). SameKind a b)’
In the definition of data constructor ‘MkT’