annotate test/FileCheck/check-dag-substring-prefix.txt @ 68:a37375f10d66
remove unnecessary comments
author |
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
date |
Wed, 12 Feb 2014 01:06:33 +0900 |
parents |
95c75e76d11b |
children |
|
rev |
line source |
0
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
1 ; RUN: not FileCheck -check-prefix=A -check-prefix=AA -input-file %s %s
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
2
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
3 this is the string to be matched
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
4 this should also be matched
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
5
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
6 ; BAA-DAG: this is the string to be {{matched}}
|
Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
parents:
diff
changeset
|
7 ; BAA-DAG: this should also be {{matched}}
|