Wolfgang Jeltsch pushed to branch wip/jeltsch/textual-bytecode-output at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/driver/testlib.py
    ... ... @@ -3486,6 +3486,9 @@ def find_expected_file(name: TestName, suff: str, way: WayName) -> Path:
    3486 3486
                  for ws in ['-ws-' + config.wordsize, '']
    
    3487 3487
                  for way_ext in ['-' + way, '']]
    
    3488 3488
     
    
    3489
    +    if name == 'show-bytecode-vanilla':
    
    3490
    +        print(files)
    
    3491
    +
    
    3489 3492
         for f in files:
    
    3490 3493
             if in_srcdir(f).exists():
    
    3491 3494
                 return f