diff options
Diffstat (limited to 'testsuite/tests/parser/should_fail/T19928.stderr')
-rw-r--r-- | testsuite/tests/parser/should_fail/T19928.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/parser/should_fail/T19928.stderr b/testsuite/tests/parser/should_fail/T19928.stderr index 342639a100..d7cd83a836 100644 --- a/testsuite/tests/parser/should_fail/T19928.stderr +++ b/testsuite/tests/parser/should_fail/T19928.stderr @@ -1,12 +1,12 @@ -T19928.hs:6:9: error: +T19928.hs:6:9: error: [GHC-37475] Parse error: ‘(%1 ->)’ Record constructors in GADTs must use an ordinary, non-linear arrow. -T19928.hs:7:9: error: +T19928.hs:7:9: error: [GHC-37475] Parse error: ‘(%p ->)’ Record constructors in GADTs must use an ordinary, non-linear arrow. -T19928.hs:8:9: error: +T19928.hs:8:9: error: [GHC-37475] Parse error: ‘(%1 ->)’ Record constructors in GADTs must use an ordinary, non-linear arrow. |