diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-07-21 15:05:42 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-07-21 17:43:28 +0100 |
commit | 00f3187a615813b5dbc870f0477124c9cf76c9f2 (patch) | |
tree | f5c58df698940f0232eebaf7a05e02c75c87bed1 /testsuite/tests/concurrent | |
parent | feaa0951f5cb6d54fffc5df822c03dfcb6db0e58 (diff) | |
download | haskell-00f3187a615813b5dbc870f0477124c9cf76c9f2.tar.gz |
Make seq-of-cast rule generate a case
Previously it generated another call to seq, which triggered
a lint failure (Trac #10659)
Diffstat (limited to 'testsuite/tests/concurrent')
-rw-r--r-- | testsuite/tests/concurrent/should_run/all.T | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuite/tests/concurrent/should_run/all.T b/testsuite/tests/concurrent/should_run/all.T index 196c7c8d94..80734adaf0 100644 --- a/testsuite/tests/concurrent/should_run/all.T +++ b/testsuite/tests/concurrent/should_run/all.T @@ -174,9 +174,8 @@ test('conc033', normal, compile_and_run, ['']) # Omit for GHCi, because it just sits there waiting for you to press ^C test('conc034', [ - expect_broken_for(10659, - ['optasm', 'threaded2', 'dyn', 'optllvm']), - omit_ways(['ghci']), + normal, + omit_ways(['ghci']), extra_run_opts('+RTS -C0 -RTS')], compile_and_run, ['']) |