Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/tests/numeric/should_run/all.T
    ... ... @@ -5,6 +5,10 @@
    5 5
     
    
    6 6
     import random
    
    7 7
     
    
    8
    +# some bugs only surface with -O, omitting optasm may cause them to
    
    9
    +# slip into releases! (e.g. #26711)
    
    10
    +setTestOpts(when(have_ncg(), extra_ways(['optasm'])))
    
    11
    +
    
    8 12
     test('arith001', normal, compile_and_run, [''])
    
    9 13
     test('arith002', normal, compile_and_run, [''])
    
    10 14
     test('arith003', normal, compile_and_run, [''])