[commit: testsuite] master: Fix framework failure (6ed53a2)

Ian Lynagh igloo at earth.li
Wed Feb 6 15:31:52 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/testsuite

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/6ed53a24b07ef68b82f7dbd96073da0eec6fc28f

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

commit 6ed53a24b07ef68b82f7dbd96073da0eec6fc28f
Author: Ian Lynagh <ian at well-typed.com>
Date:   Wed Feb 6 14:33:37 2013 +0000

    Fix framework failure

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

 tests/dph/classes/dph-classes.T |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/tests/dph/classes/dph-classes.T b/tests/dph/classes/dph-classes.T
index 37c1dc4..aa10c83 100644
--- a/tests/dph/classes/dph-classes.T
+++ b/tests/dph/classes/dph-classes.T
@@ -1,10 +1,9 @@
 test    ('dph-classes-vseg-fast' 
         , [ expect_fail
-        # , [ alone
-        , [ extra_clean(['Main.o', 'Main.hi', 'DefsVect.hi', 'DefsVect.o'])
+          , extra_clean(['Main.o', 'Main.hi', 'DefsVect.hi', 'DefsVect.o'])
           , reqlib('dph-lifted-vseg')
           , reqlib('dph-prim-par')
           , only_ways(['normal', 'threaded1', 'threaded2']) ] 
-       , multimod_compile_and_run 
+        , multimod_compile_and_run 
         , [ 'Main'
           , '-O -fno-enable-rewrite-rules -package dph-lifted-vseg'])





More information about the ghc-commits mailing list