Skip to content

Commit

Permalink
Update test to reflect fix for #1201.
Browse files Browse the repository at this point in the history
splices are run in the renamer, so they only get run once.
  • Loading branch information
mainland committed Jun 12, 2013
1 parent 3a07227 commit 59e8e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ghci/scripts/all.T
Expand Up @@ -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'])
Expand Down

0 comments on commit 59e8e8b

Please sign in to comment.