projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6636434
)
grammaro
author
Chris Lattner
<sabre@nondot.org>
Sun, 20 Sep 2009 22:45:18 +0000
(22:45 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 20 Sep 2009 22:45:18 +0000
(22:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82412
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/TestingGuide.html
patch
|
blob
|
history
diff --git
a/docs/TestingGuide.html
b/docs/TestingGuide.html
index 9e4a40ade8d0eff93dfc34ac8d8afc2182cb99f9..28a5e8a983d91097030a2b81f52b249e1bfd8d80 100644
(file)
--- a/
docs/TestingGuide.html
+++ b/
docs/TestingGuide.html
@@
-601,7
+601,7
@@
name="FileCheck-CHECK-NOT">The "CHECK-NOT:" directive</a></div>
<div class="doc_text">
<p>The CHECK-NOT: directive is used to verify that a string doesn't occur
-between two matches (or the first match
es
and the beginning of the file). For
+between two matches (or the first match and the beginning of the file). For
example, to verify that a load is removed by a transformation, a test like this
can be used:</p>