Index: testing/gtest-type-names.h |
diff --git a/testing/gtest-type-names.h b/testing/gtest-type-names.h |
index ab9fa61af55d3a51def13a394bc3c3499b62dab7..ba900ddb88818679ac9d503973eaa17783d6ccf3 100644 |
--- a/testing/gtest-type-names.h |
+++ b/testing/gtest-type-names.h |
@@ -11,10 +11,10 @@ |
namespace testing { |
namespace internal { |
-#define GET_TYPE_NAME(type) \ |
- template <> \ |
- inline std::string GetTypeName<type>() { \ |
- return #type; \ |
+#define GET_TYPE_NAME(type) \ |
+ template <> \ |
+ std::string GetTypeName<type>() { \ |
+ return #type; \ |
} |
GET_TYPE_NAME(int8_t) |
GET_TYPE_NAME(uint8_t) |