mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
ThirdParty: Update included gtest
This commit is contained in:
@@ -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());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user