From 7c0653cf7f5e5019d69c8941e4577a77a30b82a4 Mon Sep 17 00:00:00 2001 From: shiqian Date: Fri, 4 Jul 2008 01:59:58 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/GoogleTestAdvancedGuide.wiki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wiki/GoogleTestAdvancedGuide.wiki b/wiki/GoogleTestAdvancedGuide.wiki index fb968ac50..3af1db398 100644 --- a/wiki/GoogleTestAdvancedGuide.wiki +++ b/wiki/GoogleTestAdvancedGuide.wiki @@ -1123,9 +1123,9 @@ _Note:_ This feature should only be used for temporary pain-relief. You still have to fix the disabled tests at a later date. As a reminder, Google Test will print a banner warning you if a test program contains any disabled tests. -_Tip:_ You can easily count the number of disabled tests you have using `gsearch` -and/or `grep`. This number can be used as a metric for improving your test -quality. +_Tip:_ You can easily count the number of disabled tests you have +using `grep`. This number can be used as a metric for improving your +test quality. _Availability:_ Linux, Windows, Mac.