diff options
Diffstat (limited to 'test/FileCheck/check-multi-prefix-label.txt')
-rw-r--r-- | test/FileCheck/check-multi-prefix-label.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/FileCheck/check-multi-prefix-label.txt b/test/FileCheck/check-multi-prefix-label.txt new file mode 100644 index 0000000000000..41fe64151d47d --- /dev/null +++ b/test/FileCheck/check-multi-prefix-label.txt @@ -0,0 +1,6 @@ +// RUN: FileCheck -check-prefix=ONE -check-prefix=TWO -input-file %s %s + +foo +bar +; ONE-LABEL: {{f}}oo +; TWO-NEXT: {{b}}ar |