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 80c4853..088c141 100644 --- a/llvm/docs/CommandGuide/FileCheck.rst +++ b/llvm/docs/CommandGuide/FileCheck.rst @@ -430,7 +430,7 @@ from ``baz``. To fix this, you could add ``CHECK-NEXT`` matchers for every CHECK: Value: CHECK-SAME: {{ 1$}} -This verifies that the *next* time "``Value:``" appears in the ouput, it has +This verifies that the *next* time "``Value:``" appears in the output, it has the value ``1``. Note: a "``CHECK-SAME:``" cannot be the first directive in a file. |