]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/googletest/googletest/test/googletest-shuffle-test_.cc
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / googletest / googletest / test / googletest-shuffle-test_.cc
index c1fc106686e242d233f1090606c22a60823c2507..4505663ae433c4fd53205c160fbc2ab3e8e66ed4 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());
   }
 };