Imported Upstream version 1.11.0
[platform/upstream/gtest.git] / googletest / test / googletest-shuffle-test_.cc
index c1fc106..4505663 100644 (file)
@@ -82,7 +82,7 @@ class TestNamePrinter : public EmptyTestEventListener {
   }
 
   void OnTestStart(const TestInfo& test_info) override {
-    printf("%s.%s\n", test_info.test_case_name(), test_info.name());
+    printf("%s.%s\n", test_info.test_suite_name(), test_info.name());
   }
 };