summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T495.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T495.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/T495.stderr3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/rename/should_fail/T495.stderr b/testsuite/tests/rename/should_fail/T495.stderr
index 0581807d70..cc637c4681 100644
--- a/testsuite/tests/rename/should_fail/T495.stderr
+++ b/testsuite/tests/rename/should_fail/T495.stderr
@@ -4,4 +4,5 @@ T495.hs:4:12: error:
T495.hs:7:12: error:
The INLINE pragma for ‘lookup’ lacks an accompanying binding
- (The INLINE pragma must be given where ‘lookup’ is declared)
+ Suggested fix:
+ Move the INLINE pragma to the declaration site of ‘lookup’.