From 7d1ea7b33434a32c9c6d68aa1d26237e971d78b8 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 22 Mar 2013 16:09:06 +0000 Subject: [PATCH] fix small doc typo llvm-svn: 177737 --- docs/TestingGuide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/TestingGuide.rst b/docs/TestingGuide.rst index 1fddaa33269..79cedee764f 100644 --- a/docs/TestingGuide.rst +++ b/docs/TestingGuide.rst @@ -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 `. *[The usage of grep in RUN lines is deprecated - please do not send or commit patches that use it.]*