[commit: testsuite] master: T5313 now succeeds (Fixes: #7774) (2d2fa1b)
git at git.haskell.org
git at git.haskell.org
Fri Oct 18 15:22:43 UTC 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2d2fa1bc0863a14b62762ed04550d45ef49103c0/testsuite
>---------------------------------------------------------------
commit 2d2fa1bc0863a14b62762ed04550d45ef49103c0
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Fri Oct 18 17:22:36 2013 +0200
T5313 now succeeds (Fixes: #7774)
>---------------------------------------------------------------
2d2fa1bc0863a14b62762ed04550d45ef49103c0
tests/driver/all.T | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/tests/driver/all.T b/tests/driver/all.T
index db021a2..622aafd 100644
--- a/tests/driver/all.T
+++ b/tests/driver/all.T
@@ -323,8 +323,7 @@ test('dynHelloWorld',
[''])
test('T5313',
- [extra_run_opts('"' + config.libdir + '"'),
- expect_broken(7774)],
+ extra_run_opts('"' + config.libdir + '"'),
compile_and_run,
['-package ghc'])
More information about the ghc-commits
mailing list