Googletest export
Change tests to use new Test Suite API PiperOrigin-RevId: 228908894
This commit is contained in:
@@ -393,7 +393,7 @@ typedef testing::Types<
|
||||
# endif // GTEST_HAS_GLOBAL_STRING
|
||||
const char*> StringTypes;
|
||||
|
||||
TYPED_TEST_CASE(RETest, StringTypes);
|
||||
TYPED_TEST_SUITE(RETest, StringTypes);
|
||||
|
||||
// Tests RE's implicit constructors.
|
||||
TYPED_TEST(RETest, ImplicitConstructorWorks) {
|
||||
|
||||
Reference in New Issue
Block a user