diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/T2600.stderr')
-rw-r--r-- | testsuite/tests/rename/should_compile/T2600.stderr | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_compile/T2600.stderr b/testsuite/tests/rename/should_compile/T2600.stderr index ca675475cf..64ef6e9e82 100644 --- a/testsuite/tests/rename/should_compile/T2600.stderr +++ b/testsuite/tests/rename/should_compile/T2600.stderr @@ -2,10 +2,12 @@ T2600.hs:16:1: warning: [-Winline-rule-shadowing (in -Wdefault)] Rule "myrule" may never fire because rule "Class op to" for ‘to’ might fire first - Probable fix: add phase [n] or [~n] to the competing rule + Suggested fix: + Add phase [n] or [~n] to the competing rule T2600.hs:16:1: warning: [-Winline-rule-shadowing (in -Wdefault)] Rule "myrule" may never fire because rule "Class op tmap" for ‘tmap’ might fire first - Probable fix: add phase [n] or [~n] to the competing rule + Suggested fix: + Add phase [n] or [~n] to the competing rule |