[commit: testsuite] wip/th-new: Update test to reflect fix for #1201. (fb62593)

git at git.haskell.org git at git.haskell.org
Mon Sep 16 07:08:33 CEST 2013


Repository : ssh://git@git.haskell.org/testsuite

On branch  : wip/th-new
Link       : http://ghc.haskell.org/trac/ghc/changeset/fb62593ff9a13c5761c080f59a3e27d7a2463061/testsuite

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

commit fb62593ff9a13c5761c080f59a3e27d7a2463061
Author: Geoffrey Mainland <mainland at apeiron.net>
Date:   Wed May 22 07:57:12 2013 +0100

    Update test to reflect fix for #1201.
    
    splices are run in the renamer, so they only get run once.


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

fb62593ff9a13c5761c080f59a3e27d7a2463061
 tests/ghci/scripts/all.T |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ghci/scripts/all.T b/tests/ghci/scripts/all.T
index 2eb1a6f..f471b69 100755
--- a/tests/ghci/scripts/all.T
+++ b/tests/ghci/scripts/all.T
@@ -29,7 +29,7 @@ test('ghci015', ignore_output, ghci_script, ['ghci015.script'])
 
 test('ghci016', expect_broken(552), ghci_script, ['ghci016.script'])
 test('ghci017', extra_run_opts('-hide-package haskell98'), ghci_script, ['ghci017.script'])
-test('ghci018', expect_broken(1201), ghci_script, ['ghci018.script'])
+test('ghci018', normal, ghci_script, ['ghci018.script'])
 test('ghci019', normal, ghci_script, ['ghci019.script'])
 test('ghci020', normal, ghci_script, ['ghci020.script'])
 test('ghci021', normal, ghci_script, ['ghci021.script'])




More information about the ghc-commits mailing list