summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T9293.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/T9293.stderr')
-rw-r--r--testsuite/tests/ghci/scripts/T9293.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghci/scripts/T9293.stderr b/testsuite/tests/ghci/scripts/T9293.stderr
index 4a72589688..8f46cee2d1 100644
--- a/testsuite/tests/ghci/scripts/T9293.stderr
+++ b/testsuite/tests/ghci/scripts/T9293.stderr
@@ -1,17 +1,17 @@
-<interactive>:4:1: error:
+<interactive>:5:1: error:
• Illegal generalised algebraic data declaration for ‘T’
(Enable the GADTs extension to allow this)
• In the data declaration for ‘T’
-ghci057.hs:3:3: error:
+ghci057.hs:4:3: error:
• Data constructor ‘C’ has existential type variables, a context, or a specialised result type
C :: T Int
(Enable ExistentialQuantification or GADTs to allow this)
• In the definition of data constructor ‘C’
In the data type declaration for ‘T’
-ghci057.hs:3:3: error:
+ghci057.hs:4:3: error:
• Data constructor ‘C’ has existential type variables, a context, or a specialised result type
C :: T Int
(Enable ExistentialQuantification or GADTs to allow this)