[commit: parallel] master: Fix bogus test modifier. (950f1d7)

Austin Seipp mad.one at gmail.com
Sun May 5 00:17:44 CEST 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/parallel

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/950f1d7ea94f6889c5adffd6b53723dbe25d0aa6

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

commit 950f1d7ea94f6889c5adffd6b53723dbe25d0aa6
Author: Austin Seipp <aseipp at pobox.com>
Date:   Sat May 4 17:11:38 2013 -0500

    Fix bogus test modifier.
    
    Signed-off-by: Austin Seipp <aseipp at pobox.com>

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

 tests/2185/all.T |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/2185/all.T b/tests/2185/all.T
index ec0b21e..9c2d91c 100644
--- a/tests/2185/all.T
+++ b/tests/2185/all.T
@@ -1,4 +1,4 @@
-test('2185', [skip_if_fast, reqlib('parallel'), 
+test('2185', [when(fast(), skip), reqlib('parallel'), 
               extra_run_opts('+RTS -M16m -RTS'),
               only_ways(['threaded1','threaded2'])], 
         # threaded1 demonstrates the bug: sparks were treated as roots by GC





More information about the ghc-commits mailing list