Edited wiki page through web user interface.

This commit is contained in:
shiqian 2008-07-07 17:43:29 +00:00
parent 2beab84b04
commit 3dcd6b4fb2

View file

@ -800,7 +800,7 @@ FRIEND_TEST(TestCaseName, TestName);
For example,
{{{
// foo.h
#include "testing/production_stub/public/gtest_prod.h"
#include <gtest/gtest_prod.h>
// Defines FRIEND_TEST.
class Foo {