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