diff options
author | srz_zumix <zumix.cpp@gmail.com> | 2017-02-02 23:05:22 (GMT) |
---|---|---|
committer | srz_zumix <zumix.cpp@gmail.com> | 2017-02-02 23:05:22 (GMT) |
commit | 9655b9f53da31aa3707001b8e103d9abbadd4bcc (patch) | |
tree | c78041fc0c7afd9480effb8b8f45226680a45e84 | |
parent | d62d6c6556d96dda924382547c54a4b3afedb22c (diff) | |
download | googletest-9655b9f53da31aa3707001b8e103d9abbadd4bcc.zip googletest-9655b9f53da31aa3707001b8e103d9abbadd4bcc.tar.gz googletest-9655b9f53da31aa3707001b8e103d9abbadd4bcc.tar.bz2 |
fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/refs/pull/996/head
-rw-r--r-- | googletest/include/gtest/gtest-typed-test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest-typed-test.h b/googletest/include/gtest/gtest-typed-test.h index f4be9e5..20726b2 100644 --- a/googletest/include/gtest/gtest-typed-test.h +++ b/googletest/include/gtest/gtest-typed-test.h @@ -242,7 +242,7 @@ INSTANTIATE_TYPED_TEST_CASE_P(My, FooTest, MyTypes); typedef ::testing::internal::Templates<__VA_ARGS__>::type gtest_AllTests_; \ } \ static const char* const GTEST_REGISTERED_TEST_NAMES_(CaseName) \ - GTEST_ATTRIBUTE_UNUSED = \ + GTEST_ATTRIBUTE_UNUSED_ = \ GTEST_TYPED_TEST_CASE_P_STATE_(CaseName).VerifyRegisteredTestNames(\ __FILE__, __LINE__, #__VA_ARGS__) |