summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail136.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail136.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail136.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail136.stderr b/testsuite/tests/typecheck/should_fail/tcfail136.stderr
index 3d6a520c91..8d2573a702 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail136.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail136.stderr
@@ -1,7 +1,7 @@
-tcfail136.hs:9:35:
- Expecting one more argument to ‘SymDict’
- Expected a type, but ‘SymDict’ has kind ‘* -> *’
- In the type ‘SymDict’
- In the definition of data constructor ‘SymTable’
- In the data declaration for ‘SymTable’
+tcfail136.hs:9:35: error: [GHC-83865]
+ • Expecting one more argument to ‘SymDict’
+ Expected a type, but ‘SymDict’ has kind ‘* -> *’
+ • In the type ‘SymDict’
+ In the definition of data constructor ‘SymTable’
+ In the data declaration for ‘SymTable’