summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-test2_test.cc
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2018-08-02 18:56:33 (GMT)
committerGennadiy Civil <misterg@google.com>2018-08-02 18:56:33 (GMT)
commitf3511bf1c703c31c226cab29bd04106cdeb5f2ac (patch)
tree2618d7202a567d52195ba3cb53aca6bd4d70d482 /googletest/test/googletest-test2_test.cc
parentbbc0ac9b1ad90693a31e177b952cc37e30704911 (diff)
downloadgoogletest-f3511bf1c703c31c226cab29bd04106cdeb5f2ac.zip
googletest-f3511bf1c703c31c226cab29bd04106cdeb5f2ac.tar.gz
googletest-f3511bf1c703c31c226cab29bd04106cdeb5f2ac.tar.bz2
cleaning up and adding test changes to CMake
Diffstat (limited to 'googletest/test/googletest-test2_test.cc')
-rw-r--r--googletest/test/googletest-test2_test.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/googletest/test/googletest-test2_test.cc b/googletest/test/googletest-test2_test.cc
index 732e356..e50c259 100644
--- a/googletest/test/googletest-test2_test.cc
+++ b/googletest/test/googletest-test2_test.cc
@@ -40,11 +40,11 @@ using ::testing::internal::ParamGenerator;
// Tests that generators defined in a different translation unit
// are functional. The test using extern_gen_2 is defined
-// in gtest-param-test_test.cc.
+// in googletest-param-test-test.cc.
ParamGenerator<int> extern_gen_2 = Values(33);
// Tests that a parameterized test case can be defined in one translation unit
-// and instantiated in another. The test is defined in gtest-param-test_test.cc
+// and instantiated in another. The test is defined in googletest-param-test-test.cc
// and ExternalInstantiationTest fixture class is defined in
// gtest-param-test_test.h.
INSTANTIATE_TEST_CASE_P(MultiplesOf33,
@@ -53,7 +53,7 @@ INSTANTIATE_TEST_CASE_P(MultiplesOf33,
// Tests that a parameterized test case can be instantiated
// in multiple translation units. Another instantiation is defined
-// in gtest-param-test_test.cc and InstantiationInMultipleTranslaionUnitsTest
+// in googletest-param-test-test.cc and InstantiationInMultipleTranslaionUnitsTest
// fixture is defined in gtest-param-test_test.h
INSTANTIATE_TEST_CASE_P(Sequence2,
InstantiationInMultipleTranslaionUnitsTest,