diff options
author | Ian Lynagh <igloo@earth.li> | 2009-03-21 14:08:54 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-03-21 14:08:54 +0000 |
commit | efdc6da6a01bc4d8f2d6f596cf2b7ce682b8bef3 (patch) | |
tree | 9dc521ce1a92201ff71204bbd8ad2653f53991a4 | |
parent | f5b87c58dedbeae013dcdd49e24956f830a89281 (diff) | |
download | haskell-efdc6da6a01bc4d8f2d6f596cf2b7ce682b8bef3.tar.gz |
Fix a framework failure
-rw-r--r-- | testsuite/tests/ghc-regress/lib/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/lib/should_run/all.T b/testsuite/tests/ghc-regress/lib/should_run/all.T index 672309461d..ee21720fb9 100644 --- a/testsuite/tests/ghc-regress/lib/should_run/all.T +++ b/testsuite/tests/ghc-regress/lib/should_run/all.T @@ -4,7 +4,7 @@ test('char002', normal, compile_and_run, ['']) test('length001', # This fails without -O, as it relies on a RULE being applied [expect_fail_for(['normal', 'ghci', 'threaded1']), - if_compiler_lt('ghc', '6.11', expect_fail)] + if_compiler_lt('ghc', '6.11', expect_fail)], compile_and_run, ['']) |