diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-05-11 18:20:33 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-05-11 18:22:44 -0400 |
commit | 37603032b1b159f325f7430f732abe00c79f1e24 (patch) | |
tree | fbd3a0ba369e4a738c55e4914e0c25de98f42cfc /testsuite/tests | |
parent | 3e79fe42b907653d97cd3a5496a8f133320354eb (diff) | |
download | haskell-37603032b1b159f325f7430f732abe00c79f1e24.tar.gz |
testsuite: Fix location of T13594 test
Diffstat (limited to 'testsuite/tests')
-rw-r--r-- | testsuite/tests/typecheck/should_compile/all.T | 1 | ||||
-rwxr-xr-x | testsuite/tests/typecheck/should_run/all.T | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T index 2f34144b1b..4bfaf90420 100644 --- a/testsuite/tests/typecheck/should_compile/all.T +++ b/testsuite/tests/typecheck/should_compile/all.T @@ -556,6 +556,7 @@ test('T13474', normal, compile, ['']) test('T13524', normal, compile, ['']) test('T13509', normal, compile, ['']) test('T13526', normal, compile, ['']) +test('T13594', expect_broken(13594), compile, ['']) test('T13603', normal, compile, ['']) test('T13333', normal, compile, ['']) test('T13585', [extra_files(['T13585.hs', 'T13585a.hs', 'T13585b.hs'])], run_command, ['$MAKE -s --no-print-directory T13585']) diff --git a/testsuite/tests/typecheck/should_run/all.T b/testsuite/tests/typecheck/should_run/all.T index c8e921f6f4..ab5ab4287c 100755 --- a/testsuite/tests/typecheck/should_run/all.T +++ b/testsuite/tests/typecheck/should_run/all.T @@ -122,5 +122,4 @@ test('Typeable1', normal, compile_fail, ['']) test('TypeableEq', normal, compile_and_run, ['']) test('T13435', normal, compile_and_run, ['']) test('T11715', exit_code(1), compile_and_run, ['']) -test('T13594', expect_broken(13594), compile, ['']) test('T13594a', expect_broken(13594), ghci_script, ['T13594a.script']) |