[commit: random] ghc-head: Follow changes in the testsuite (0531d37)

Ian Lynagh igloo at earth.li
Mon Feb 11 17:34:52 CET 2013


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

On branch  : ghc-head

http://hackage.haskell.org/trac/ghc/changeset/0531d37602d6e7c0b2b5adbf2d5fdd2d01830216

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

commit 0531d37602d6e7c0b2b5adbf2d5fdd2d01830216
Author: Ian Lynagh <ian at well-typed.com>
Date:   Mon Feb 11 14:11:34 2013 +0000

    Follow changes in the testsuite

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

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

diff --git a/tests/all.T b/tests/all.T
index e9ae32f..5fb2645 100644
--- a/tests/all.T
+++ b/tests/all.T
@@ -1,6 +1,6 @@
 
 test('rangeTest',
-     if_os('mingw32', expect_broken(7379)),
+     when(opsys('mingw32'), expect_broken(7379)),
      compile_and_run,
      [''])
 





More information about the ghc-commits mailing list