[commit: ghc] master: T11266: Improve the test by adding more of the other problematic modules (975bdac)
git at git.haskell.org
git at git.haskell.org
Tue Jan 19 20:23:23 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/975bdacb2c72b2ffd4eb8108896f9f984c5d4fcf/ghc
>---------------------------------------------------------------
commit 975bdacb2c72b2ffd4eb8108896f9f984c5d4fcf
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
>---------------------------------------------------------------
975bdacb2c72b2ffd4eb8108896f9f984c5d4fcf
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