Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/41ecea2f195ec64d1ca97910544b574b4bbe2528

>---------------------------------------------------------------

commit 41ecea2f195ec64d1ca97910544b574b4bbe2528
Author: Simon Marlow <[email protected]>
Date:   Fri Apr 27 13:30:54 2012 +0100

    Add test for #6007

>---------------------------------------------------------------

 tests/ghci/scripts/6007.script  |    2 ++
 tests/ghci/scripts/T6007.script |    3 +++
 tests/ghci/scripts/all.T        |    2 ++
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/tests/ghci/scripts/6007.script b/tests/ghci/scripts/6007.script
new file mode 100644
index 0000000..6d63dc5
--- /dev/null
+++ b/tests/ghci/scripts/6007.script
@@ -0,0 +1,2 @@
+import System.IO (does_not_exist)
+import Data.Maybe
diff --git a/tests/ghci/scripts/T6007.script b/tests/ghci/scripts/T6007.script
new file mode 100644
index 0000000..d4a3466
--- /dev/null
+++ b/tests/ghci/scripts/T6007.script
@@ -0,0 +1,3 @@
+import System.IO (does_not_exist)
+import Data.Maybe
+import Data.Maybe (does_not_exist)
diff --git a/tests/ghci/scripts/all.T b/tests/ghci/scripts/all.T
index a73e2b4..fa24d54 100755
--- a/tests/ghci/scripts/all.T
+++ b/tests/ghci/scripts/all.T
@@ -124,3 +124,5 @@ test('T5975b',
       clean_cmd('rm föøbàr.hs')],
      ghci_script, ['T5975b.script'])
 test('T6027ghci', normal, ghci_script, ['T6027ghci.script'])
+
+test('T6007', normal, ghci_script, ['T6007.script'])



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to