Rodrigo Mesquita pushed to branch wip/ghc-external-custom-commands at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/tests/ghci/custom-external-interpreter-commands/all.T
    1 1
     test('custom-external-interpreter-commands',
    
    2 2
          [ extra_files(['Main.hs'])
    
    3 3
          , windows_skip
    
    4
    -     , js_skip
    
    5
    -     , wasm_skip
    
    4
    +     , when(config.cross, skip)
    
    6 5
          , req_process
    
    7 6
          , req_interp
    
    8 7
          , omit_ways(prof_ways)