summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts
diff options
context:
space:
mode:
authorGeoffrey Mainland <mainland@apeiron.net>2013-05-22 07:57:12 +0100
committerGeoffrey Mainland <mainland@apeiron.net>2013-10-04 15:01:44 -0400
commit6a82b92db956c6ab4005d4f83317eed6ad19a6fc (patch)
treeec50c80f2b618a15c8ba8abc13d593ad6d93ea9d /testsuite/tests/ghci/scripts
parentc2dc33696cf7a87160cacd4703e496c0a48efe94 (diff)
downloadhaskell-6a82b92db956c6ab4005d4f83317eed6ad19a6fc.tar.gz
Update test to reflect fix for #1201.
Splices are now run in the renamer instead of the type checker, so they only get run once.
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rwxr-xr-xtestsuite/tests/ghci/scripts/all.T2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T
index 9a278ef00f..303fb2f49b 100755
--- a/testsuite/tests/ghci/scripts/all.T
+++ b/testsuite/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', [reqlib('haskell98'), 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'])