[commit: ghc] master: testsuite: Fix location of T13594 test (3760303)

git at git.haskell.org git at git.haskell.org
Thu May 11 22:24:43 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/37603032b1b159f325f7430f732abe00c79f1e24/ghc

>---------------------------------------------------------------

commit 37603032b1b159f325f7430f732abe00c79f1e24
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu May 11 18:20:33 2017 -0400

    testsuite: Fix location of T13594 test


>---------------------------------------------------------------

37603032b1b159f325f7430f732abe00c79f1e24
 testsuite/tests/typecheck/should_compile/all.T | 1 +
 testsuite/tests/typecheck/should_run/all.T     | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuite/tests/typecheck/should_compile/all.T b/testsuite/tests/typecheck/should_compile/all.T
index 2f34144..4bfaf90 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 c8e921f..ab5ab42 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'])



More information about the ghc-commits mailing list