Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
1da0c700
by Andreas Klebinger at 2025-10-06T18:05:14-04:00
1 changed file:
Changes:
| ... | ... | @@ -16,4 +16,4 @@ test('concprog001', [extra_files(['Arithmetic.hs', 'Converter.hs', 'Mult.hs', 'S |
| 16 | 16 | when(fast(), skip), only_ways(['threaded2']),
|
| 17 | 17 | fragile(16604),
|
| 18 | 18 | run_timeout_multiplier(2)],
|
| 19 | - multimod_compile_and_run, ['Mult', '']) |
|
| 19 | + multimod_compile_and_run, ['Mult', '-Wno-x-partial']) |