diff options
author | Reid Barton <rwbarton@gmail.com> | 2017-02-24 20:56:19 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-02-26 17:30:44 -0500 |
commit | 98119f5a5224d321a1765f262c8c76dfd1b8ed35 (patch) | |
tree | 2ab3db7664a092bfbf6af82a26fb50799695f7d7 /testsuite/tests/ghci.debugger | |
parent | 8bb63c2e982a12ad5f436320948e23a718069a4f (diff) | |
download | haskell-98119f5a5224d321a1765f262c8c76dfd1b8ed35.tar.gz |
tests: manually move some extra_files into *.T files
Some of the *.T files were in libraries/hpc, so this contains an
update to that submodule.
Diffstat (limited to 'testsuite/tests/ghci.debugger')
-rw-r--r-- | testsuite/tests/ghci.debugger/scripts/all.T | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/tests/ghci.debugger/scripts/all.T b/testsuite/tests/ghci.debugger/scripts/all.T index e87e94197f..ef17450e89 100644 --- a/testsuite/tests/ghci.debugger/scripts/all.T +++ b/testsuite/tests/ghci.debugger/scripts/all.T @@ -71,7 +71,8 @@ test('dynbrk001', normal, ghci_script, ['dynbrk001.script']) test('dynbrk002', normal, ghci_script, ['dynbrk002.script']) test('dynbrk003', normal, ghci_script, ['dynbrk003.script']) test('dynbrk004', normal, ghci_script, ['dynbrk004.script']) -test('dynbrk005', expect_broken(1530), ghci_script, ['dynbrk005.script']) +test('dynbrk005', [extra_files(['TupleN.hs']), expect_broken(1530)], + ghci_script, ['dynbrk005.script']) test('dynbrk007', normal, ghci_script, ['dynbrk007.script']) test('dynbrk008', normal, ghci_script, ['dynbrk008.script']) test('dynbrk009', normal, ghci_script, ['dynbrk009.script']) |