[commit: ghc] master: testsuite: Mark T13340 as fixed (63191e9)
git at git.haskell.org
git at git.haskell.org
Thu Mar 2 18:14:27 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/63191e99adfac908d24fd1cfb744b6711ca11953/ghc
>---------------------------------------------------------------
commit 63191e99adfac908d24fd1cfb744b6711ca11953
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Mar 2 13:09:30 2017 -0500
testsuite: Mark T13340 as fixed
It was fixed by 55efc9718b520ef354e32c15c4b49cdfecce412f
>---------------------------------------------------------------
63191e99adfac908d24fd1cfb744b6711ca11953
testsuite/tests/simplCore/should_compile/all.T | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testsuite/tests/simplCore/should_compile/all.T b/testsuite/tests/simplCore/should_compile/all.T
index ca25d4f..03004fb 100644
--- a/testsuite/tests/simplCore/should_compile/all.T
+++ b/testsuite/tests/simplCore/should_compile/all.T
@@ -247,5 +247,5 @@ test('T13317',
normal,
run_command,
['$MAKE -s --no-print-directory T13317'])
-test('T13340', expect_broken(13340), run_command, ['$MAKE -s --no-print-directory T13340'])
+test('T13340', normal, run_command, ['$MAKE -s --no-print-directory T13340'])
test('T13338', only_ways(['optasm']), compile, ['-dcore-lint'])
More information about the ghc-commits
mailing list