diff options
Diffstat (limited to 'testsuite/tests/rename')
-rw-r--r-- | testsuite/tests/rename/should_fail/T11071.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/rename/should_fail/T11071.stderr b/testsuite/tests/rename/should_fail/T11071.stderr index e3d5e30377..2feeadd040 100644 --- a/testsuite/tests/rename/should_fail/T11071.stderr +++ b/testsuite/tests/rename/should_fail/T11071.stderr @@ -9,11 +9,11 @@ T11071.hs:20:12: error: T11071.hs:21:12: error: Not in scope: ‘M.foobar’ - Neither ‘Data.Map’ nor ‘Data.IntMap’ exports ‘foobar’. + Neither ‘Data.IntMap’ nor ‘Data.Map’ exports ‘foobar’. T11071.hs:22:12: error: Not in scope: ‘M'.foobar’ - Neither ‘Data.Map’, ‘Data.IntMap’ nor ‘System.IO’ exports ‘foobar’. + Neither ‘Data.IntMap’, ‘Data.Map’ nor ‘System.IO’ exports ‘foobar’. T11071.hs:23:12: error: Not in scope: ‘Data.List.sort’ @@ -29,8 +29,8 @@ T11071.hs:24:12: error: T11071.hs:25:12: error: Not in scope: ‘M.size’ Perhaps you want to add ‘size’ to one of these import lists: - ‘Data.Map’ (T11071.hs:4:1-33) ‘Data.IntMap’ (T11071.hs:5:1-36) + ‘Data.Map’ (T11071.hs:4:1-33) T11071.hs:26:12: error: Not in scope: ‘M.valid’ @@ -49,5 +49,5 @@ T11071.hs:28:12: error: Not in scope: ‘M'.size’ Perhaps you want to remove ‘size’ from the hiding clauses in one of these imports: - ‘Data.Map’ (T11071.hs:10:1-53) ‘Data.IntMap’ (T11071.hs:12:1-48) + ‘Data.Map’ (T11071.hs:10:1-53) |