diff options
Diffstat (limited to 'llvm/docs/CommandGuide/FileCheck.rst')
-rw-r--r-- | llvm/docs/CommandGuide/FileCheck.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/FileCheck.rst b/llvm/docs/CommandGuide/FileCheck.rst index d5c8938479d..6be5fc336dc 100644 --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/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 |