diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2018-06-26 15:29:09 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2018-06-26 15:29:09 +0000 |
commit | c307b00348467edfc3a84699f05fc89af40e899a (patch) | |
tree | 74313965414257317e9ef697cfdb1b931fe6c464 /llvm/docs/CommandGuide/FileCheck.rst | |
parent | 9e2450409e1ad381d93bbe915d8d70c0f1923fc3 (diff) | |
download | bcm5719-llvm-c307b00348467edfc3a84699f05fc89af40e899a.tar.gz bcm5719-llvm-c307b00348467edfc3a84699f05fc89af40e899a.zip |
Fix doc title underlining.
llvm-svn: 335615
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. |