diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-07-30 08:26:24 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-07-30 08:26:24 +0000 |
commit | d6a721b14d94791458d6f4d80832d3f3b9e9cd11 (patch) | |
tree | 4658104a72532229cae0758f46386a3377cf638e /docs | |
parent | f7f22a64df583df9da6bdd74e2f928568276f837 (diff) | |
download | external_llvm-d6a721b14d94791458d6f4d80832d3f3b9e9cd11.zip external_llvm-d6a721b14d94791458d6f4d80832d3f3b9e9cd11.tar.gz external_llvm-d6a721b14d94791458d6f4d80832d3f3b9e9cd11.tar.bz2 |
Fix underscore to be the proper length.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/FileCheck.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/FileCheck.rst b/docs/CommandGuide/FileCheck.rst index d5c8938..6be5fc3 100644 --- a/docs/CommandGuide/FileCheck.rst +++ b/docs/CommandGuide/FileCheck.rst @@ -245,7 +245,7 @@ occurrences matching ``CHECK-DAG:`` after ``CHECK-NOT:``. For example, This case will reject input strings where ``BEFORE`` occurs after ``AFTER``. The "CHECK-LABEL:" directive -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Sometimes in a file containing multiple tests divided into logical blocks, one or more ``CHECK:`` directives may inadvertently succeed by matching lines in a |