diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2012-03-31 11:13:52 +0100 |
---|---|---|
committer | Paolo Capriotti <p.capriotti@gmail.com> | 2012-03-31 11:54:43 +0100 |
commit | 02fb36f5a28f2a1e38df7beacc65c0af82562e9a (patch) | |
tree | 66db37a5f72f5a632c3dd374215b8a6534a92d84 /testsuite/tests/ghci/scripts/all.T | |
parent | 6b4527a80eadd802d8f844c0433ddddfce1db274 (diff) | |
download | haskell-02fb36f5a28f2a1e38df7beacc65c0af82562e9a.tar.gz |
Add testcase for #5979
Diffstat (limited to 'testsuite/tests/ghci/scripts/all.T')
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index a2efb2ada3..b4541d6445 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -113,3 +113,4 @@ test('T5564', normal, ghci_script, ['T5564.script']) test('Defer02', normal, ghci_script, ['Defer02.script']) test('T5820', normal, ghci_script, ['T5820.script']) test('T5836', normal, ghci_script, ['T5836.script']) +test('T5979', normal, ghci_script, ['T5979.script']) |