Skip to content

Commit

Permalink
fix small doc typo
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177737 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
eliben committed Mar 22, 2013
1 parent 21675c8 commit be67aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/TestingGuide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ everything enclosed as one value.

In general, you should strive to keep your RUN lines as simple as possible,
using them only to run tools that generate textual output you can then examine.
The recommended way to examine output to figure out if the test passes it using
The recommended way to examine output to figure out if the test passes is using
the :doc:`FileCheck tool <CommandGuide/FileCheck>`. *[The usage of grep in RUN
lines is deprecated - please do not send or commit patches that use it.]*

Expand Down

0 comments on commit be67aa5

Please sign in to comment.