diff options
Diffstat (limited to 'test/FileCheck/check-b-a-has-b.txt')
-rw-r--r-- | test/FileCheck/check-b-a-has-b.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/FileCheck/check-b-a-has-b.txt b/test/FileCheck/check-b-a-has-b.txt new file mode 100644 index 0000000000000..ac149906c52f4 --- /dev/null +++ b/test/FileCheck/check-b-a-has-b.txt @@ -0,0 +1,5 @@ +; RUN: FileCheck -check-prefix=B -check-prefix=A -input-file %s %s + +this is the string to be matched + +; B-DAG: this is the string to be {{matched}} |