diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/T2993.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/T2993.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_fail/T2993.stderr b/testsuite/tests/rename/should_fail/T2993.stderr index 4542ffeaf0..67dadf14bc 100644 --- a/testsuite/tests/rename/should_fail/T2993.stderr +++ b/testsuite/tests/rename/should_fail/T2993.stderr @@ -1,4 +1,4 @@ T2993.hs:7:13: error: - • Variable not in scope: (<**>) :: t -> (a -> a) -> t1 - • Perhaps you meant ‘<*>’ (imported from Prelude) + Variable not in scope: (<**>) :: t -> (a -> a) -> t1 + Suggested fix: Perhaps use ‘<*>’ (imported from Prelude) |