diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/T19843j.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/T19843j.stderr | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuite/tests/rename/should_fail/T19843j.stderr b/testsuite/tests/rename/should_fail/T19843j.stderr index e99a9f0a62..a0423eeb76 100644 --- a/testsuite/tests/rename/should_fail/T19843j.stderr +++ b/testsuite/tests/rename/should_fail/T19843j.stderr @@ -1,5 +1,6 @@ -T19843j.hs:5:5: - Variable not in scope: guard - Perhaps you want to add ‘guard’ to the import list - in the import of ‘Control.Monad’ (T19843j.hs:3:1-31). +T19843j.hs:5:5: error: + Variable not in scope: guard + Suggested fix: + Perhaps you want to add ‘guard’ to the import list in the import of + ‘Control.Monad’ (T19843j.hs:3:1-31). |