diff options
Diffstat (limited to 'security/nss/gtests/google_test/gtest/test/gtest_main_unittest.cc')
-rw-r--r-- | security/nss/gtests/google_test/gtest/test/gtest_main_unittest.cc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/nss/gtests/google_test/gtest/test/gtest_main_unittest.cc b/security/nss/gtests/google_test/gtest/test/gtest_main_unittest.cc index ecd9bb876..eddedeabe 100644 --- a/security/nss/gtests/google_test/gtest/test/gtest_main_unittest.cc +++ b/security/nss/gtests/google_test/gtest/test/gtest_main_unittest.cc @@ -26,8 +26,7 @@ // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// -// Author: wan@google.com (Zhanyong Wan) + #include "gtest/gtest.h" @@ -41,5 +40,5 @@ TEST(GTestMainTest, ShouldSucceed) { } // namespace -// We are using the main() function defined in src/gtest_main.cc, so -// we don't define it here. +// We are using the main() function defined in gtest_main.cc, so we +// don't define it here. |