================ @@ -1,4 +1,4 @@ -; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s +; RUN: not llvm-as -disable-output < %s -o /dev/null 2>&1 | FileCheck %s ---------------- jurahul wrote: Fixed https://github.com/llvm/llvm-project/pull/204478