Index: llvm/test/FileCheck/verbose.txt =================================================================== --- llvm/test/FileCheck/verbose.txt +++ llvm/test/FileCheck/verbose.txt @@ -1,9 +1,16 @@ -; RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -input-file %s %s 2>&1 \ -; RUN: | FileCheck -check-prefix QUIET --allow-empty %s -; RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -v -input-file %s %s 2>&1 \ -; RUN: | FileCheck --strict-whitespace -check-prefix V %s -; RUN: %ProtectFileCheckOutput FileCheck -dump-input=never -vv -input-file %s %s 2>&1 \ -; RUN: | FileCheck --strict-whitespace -check-prefixes V,VV %s +; RUN: %ProtectFileCheckOutput \ +; RUN: FileCheck -dump-input=never -input-file %s %s 2>&1 | \ +; RUN: FileCheck -check-prefix QUIET --allow-empty %s + +; RUN: %ProtectFileCheckOutput \ +; RUN: FileCheck -dump-input=never -v -input-file %s %s 2>&1 | \ +; RUN: FileCheck --strict-whitespace -check-prefix V %s + +; RUN: %ProtectFileCheckOutput \ +; RUN: FileCheck -dump-input=never -vv -input-file %s %s 2>&1 | \ +; RUN: FileCheck --strict-whitespace -check-prefixes V,VV %s + +; END. foo bar