diff options
Diffstat (limited to 'testsuite/tests/parser/should_compile/T18834b.stderr')
-rw-r--r-- | testsuite/tests/parser/should_compile/T18834b.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/parser/should_compile/T18834b.stderr b/testsuite/tests/parser/should_compile/T18834b.stderr index 4dc54cfb26..085eada855 100644 --- a/testsuite/tests/parser/should_compile/T18834b.stderr +++ b/testsuite/tests/parser/should_compile/T18834b.stderr @@ -1,15 +1,15 @@ -T18834b.hs:5:10: warning: [-Woperator-whitespace] +T18834b.hs:5:10: warning: [GHC-40798] [-Woperator-whitespace] The suffix use of a ‘+’ might be repurposed as special syntax by a future language extension. Suggested fix: Add whitespace around ‘+’. -T18834b.hs:6:11: warning: [-Woperator-whitespace] +T18834b.hs:6:11: warning: [GHC-40798] [-Woperator-whitespace] The prefix use of a ‘+’ might be repurposed as special syntax by a future language extension. Suggested fix: Add whitespace around ‘+’. -T18834b.hs:7:10: warning: [-Woperator-whitespace] +T18834b.hs:7:10: warning: [GHC-40798] [-Woperator-whitespace] The tight infix use of a ‘+’ might be repurposed as special syntax by a future language extension. Suggested fix: Add whitespace around ‘+’. |