[commit: ghc] master: Move T14925.stdout to its correct location, remove expect_broken (a323f21)

git at git.haskell.org git at git.haskell.org
Wed Apr 11 07:45:48 UTC 2018


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

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

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

commit a323f2127bdcfa3893e40cbc1849cf62eccdd801
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date:   Wed Apr 11 10:44:00 2018 +0300

    Move T14925.stdout to its correct location, remove expect_broken


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

a323f2127bdcfa3893e40cbc1849cf62eccdd801
 T14925.stdout => testsuite/tests/typecheck/should_run/T14925.stdout | 0
 testsuite/tests/typecheck/should_run/all.T                          | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/T14925.stdout b/testsuite/tests/typecheck/should_run/T14925.stdout
similarity index 100%
rename from T14925.stdout
rename to testsuite/tests/typecheck/should_run/T14925.stdout
diff --git a/testsuite/tests/typecheck/should_run/all.T b/testsuite/tests/typecheck/should_run/all.T
index f7643ba..c38e7ac 100755
--- a/testsuite/tests/typecheck/should_run/all.T
+++ b/testsuite/tests/typecheck/should_run/all.T
@@ -125,4 +125,4 @@ test('T11715', exit_code(1), compile_and_run, [''])
 test('T13594a', normal, ghci_script, ['T13594a.script'])
 test('T14218', normal, compile_and_run, [''])
 test('T14236', normal, compile_and_run, [''])
-test('T14925', expect_broken(14925), compile_and_run, [''])
+test('T14925', normal, compile_and_run, [''])



More information about the ghc-commits mailing list