summaryrefslogtreecommitdiff
path: root/testsuite/tests/gadt/T16427.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/gadt/T16427.stderr')
-rw-r--r--testsuite/tests/gadt/T16427.stderr9
1 files changed, 3 insertions, 6 deletions
diff --git a/testsuite/tests/gadt/T16427.stderr b/testsuite/tests/gadt/T16427.stderr
index 1c80190e29..b7288c9cd6 100644
--- a/testsuite/tests/gadt/T16427.stderr
+++ b/testsuite/tests/gadt/T16427.stderr
@@ -1,7 +1,4 @@
-T16427.hs:5:14: error:
- • GADT constructor type signature cannot contain nested ‘forall’s or contexts
- Suggestion: instead use this type signature:
- C :: forall b. Int -> b -> D
- • In the definition of data constructor ‘C’
- In the data type declaration for ‘D’
+T16427.hs:5:26: error:
+ GADT constructor type signature cannot contain nested ‘forall’s or contexts
+ In the definition of data constructor ‘C’