diff options
Diffstat (limited to 'testsuite/tests/gadt/gadt10.stderr')
-rw-r--r-- | testsuite/tests/gadt/gadt10.stderr | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testsuite/tests/gadt/gadt10.stderr b/testsuite/tests/gadt/gadt10.stderr index 97bd197a2a..2bbfccf8b5 100644 --- a/testsuite/tests/gadt/gadt10.stderr +++ b/testsuite/tests/gadt/gadt10.stderr @@ -1,7 +1,7 @@ -gadt10.hs:6:24: error: - Expecting one more argument to ‘RInt’ - Expected a type, but ‘RInt’ has kind ‘k0 -> *’ - In the type ‘RInt’ - In the definition of data constructor ‘R’ - In the data declaration for ‘RInt’ +gadt10.hs:6:24: error: [GHC-83865] + • Expecting one more argument to ‘RInt’ + Expected a type, but ‘RInt’ has kind ‘k0 -> *’ + • In the type ‘RInt’ + In the definition of data constructor ‘R’ + In the data declaration for ‘RInt’ |