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 e169ea5c132..ae662b5215c 100644 --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/docs/CommandGuide/FileCheck.rst @@ -242,7 +242,7 @@ it and the previous directive. A "``CHECK-SAME:``" cannot be the first directive in a file. The "CHECK-EMPTY:" directive -~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If you need to check that the next line has nothing on it, not even whitespace, you can use the "``CHECK-EMPTY:``" directive. |