[commit: ghc] ghc-8.0: T11266: Improve the test by adding more of the other problematic modules (910b7ee)
git at git.haskell.org
git at git.haskell.org
Thu Jan 21 12:27:24 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/910b7eeadfd532608d19e74ed65c562136ed1073/ghc
>---------------------------------------------------------------
commit 910b7eeadfd532608d19e74ed65c562136ed1073
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Tue Jan 19 15:23:50 2016 -0500
T11266: Improve the test by adding more of the other problematic modules
(cherry picked from commit 975bdacb2c72b2ffd4eb8108896f9f984c5d4fcf)
>---------------------------------------------------------------
910b7eeadfd532608d19e74ed65c562136ed1073
testsuite/tests/ghci/scripts/T11266.script | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/ghci/scripts/T11266.script b/testsuite/tests/ghci/scripts/T11266.script
index 9b3df76..713dbab 100644
--- a/testsuite/tests/ghci/scripts/T11266.script
+++ b/testsuite/tests/ghci/scripts/T11266.script
@@ -1,2 +1,4 @@
-:m + GHC.Prim
+:m + GHC.Prim GHC.Base GHC.Exts
:browse GHC.Prim
+:browse GHC.Base
+:browse GHC.Exts
More information about the ghc-commits
mailing list