Test failure

My name (csaBARaduly) has once again tripped up a test :slight_smile:

FAIL: LLVM :: Transforms/StripSymbols/strip-dead-debug-info.ll (26977 of 29039)
******************** TEST 'LLVM ::
Transforms/StripSymbols/strip-dead-debug-info.ll' FAILED

Does it help to use:
  opt ... < %s | FileCheck %s
instead of
  opt ... %s | FileCheck %s

Cheers,
  Johannes