diff options
author | misterg <misterg@google.com> | 2017-08-10 15:54:46 (GMT) |
---|---|---|
committer | misterg <misterg@google.com> | 2017-08-10 15:54:46 (GMT) |
commit | b98e30b42704e214871f6baba458ba7c1066d0ed (patch) | |
tree | 0f50493960c112d2a42e8da248f9174019e1b477 /googletest/samples | |
parent | 66a036959f09071fa0d5f7af4a5cbf470a2c6137 (diff) | |
download | googletest-b98e30b42704e214871f6baba458ba7c1066d0ed.zip googletest-b98e30b42704e214871f6baba458ba7c1066d0ed.tar.gz googletest-b98e30b42704e214871f6baba458ba7c1066d0ed.tar.bz2 |
Initial Revision, review 164634031
Diffstat (limited to 'googletest/samples')
-rw-r--r-- | googletest/samples/sample3_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/samples/sample3_unittest.cc b/googletest/samples/sample3_unittest.cc index b2f4924..284bb47 100644 --- a/googletest/samples/sample3_unittest.cc +++ b/googletest/samples/sample3_unittest.cc @@ -65,7 +65,7 @@ #include "sample3-inl.h" #include "gtest/gtest.h" -namespace{ +namespace { // To use a test fixture, derive a class from testing::Test. class QueueTestSmpl3 : public testing::Test { protected: // You should make the members protected s.t. they can be |