From 78ebd4a79615183beec807953d6aead06ce824f5 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 12 Dec 2019 12:40:06 -0500 Subject: Export Test - Do Not Merge Add GTEST_API_ to correct a build failure under MSCV. PiperOrigin-RevId: 285208464 --- googletest/include/gtest/internal/gtest-param-util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/googletest/include/gtest/internal/gtest-param-util.h b/googletest/include/gtest/internal/gtest-param-util.h index 539fa52..70c4335 100644 --- a/googletest/include/gtest/internal/gtest-param-util.h +++ b/googletest/include/gtest/internal/gtest-param-util.h @@ -474,7 +474,8 @@ class ParameterizedTestSuiteInfoBase { GTEST_DISALLOW_COPY_AND_ASSIGN_(ParameterizedTestSuiteInfoBase); }; -void InsertSyntheticTestCase(const std::string &name, CodeLocation location); +GTEST_API_ void InsertSyntheticTestCase(const std::string& name, + CodeLocation location); // INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE. // -- cgit v0.12