diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2014-03-23 18:46:22 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2014-03-23 18:46:44 +0000 |
commit | 1a7709ef9b25175566bc040a34b3d479ea8566ed (patch) | |
tree | 2f10896c4146610a4e3dc18850237a3b28aa7ed6 /testsuite | |
parent | 7973bfb87fdbe6e980e64ed5d7b2a90a469effd4 (diff) | |
download | haskell-1a7709ef9b25175566bc040a34b3d479ea8566ed.tar.gz |
Trac #8831 is fixed
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index d41d985a78..6c6923d42d 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -168,5 +168,5 @@ test('T8674', normal, ghci_script, ['T8674.script']) test('T8696', normal, ghci_script, ['T8696.script']) test('T8776', normal, ghci_script, ['T8776.script']) test('ghci059', normal, ghci_script, ['ghci059.script']) -test('T8831', expect_broken(8831), ghci_script, ['T8831.script']) +test('T8831', normal, ghci_script, ['T8831.script']) test('T8917', normal, ghci_script, ['T8917.script']) |