summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename
diff options
context:
space:
mode:
authorJason Eisenberg <jasoneisenberg@gmail.com>2016-03-05 20:00:38 +0100
committerBen Gamari <ben@smart-cactus.org>2016-03-05 20:00:56 +0100
commit6ca9b15f77e58931953edb7c872b803cb261fce9 (patch)
tree35e118570baaefdc85faf34df0970f3fafdfae1f /testsuite/tests/rename
parent120b9cdb31878ecee442c0a4bb9532a9d30c0c64 (diff)
downloadhaskell-6ca9b15f77e58931953edb7c872b803cb261fce9.tar.gz
GHCi: Fix load/reload space leaks (#4029)
This patch addresses GHCi load/reload space leaks which could be fixed without adversely affecting performance. Test Plan: make test "TEST=T4029" Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: mpickering, thomie Differential Revision: https://phabricator.haskell.org/D1950 GHC Trac Issues: #4029
Diffstat (limited to 'testsuite/tests/rename')
-rw-r--r--testsuite/tests/rename/should_fail/T11071.stderr8
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)