mirror of
https://github.com/google/googletest.git
synced 2025-12-06 23:56:41 +08:00
Merge branch 'master' into fix-clang-warnings
This commit is contained in:
@@ -96,7 +96,7 @@ TYPED_TEST(FooTest, HasPropertyA) { ... }
|
||||
// static std::string GetName(int) {
|
||||
// if (std::is_same<T, char>()) return "char";
|
||||
// if (std::is_same<T, int>()) return "int";
|
||||
// if (std::is_same<T, unsigned int>()) return "unsigned_int";
|
||||
// if (std::is_same<T, unsigned int>()) return "unsignedInt";
|
||||
// }
|
||||
// };
|
||||
// TYPED_TEST_CASE(FooTest, MyTypes, MyTypeNames);
|
||||
|
||||
Reference in New Issue
Block a user