diff --git a/tests/ghci/scripts/all.T b/tests/ghci/scripts/all.T index cf8c82b7e..a6ba9e6a2 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'])