diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/gmock-matchers_test.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/test/gmock-matchers_test.cc b/test/gmock-matchers_test.cc index 9ad62c47..8f96efc2 100644 --- a/test/gmock-matchers_test.cc +++ b/test/gmock-matchers_test.cc @@ -52,7 +52,7 @@  namespace testing {  namespace internal { -string JoinAsTuple(const Strings& fields); +GTEST_API_ string JoinAsTuple(const Strings& fields);  }  // namespace internal  namespace gmock_matchers_test { | 
