forked from OSchip/llvm-project
[FileCheck][NFC] Clean up RUN style in verbose.txt test
Reviewed By: jhenderson, thopre Differential Revision: https://reviews.llvm.org/D82658
This commit is contained in:
parent
4772b99dff
commit
6324387264
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue