aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-12-12 12:40:06 -0500
committerMatt Calabrese <calabrese@x.team>2019-12-13 12:58:02 -0500
commitd16f86ff1cac9d91859349efb4e0d508ba863024 (patch)
treea0b7f0afb6e818770e255506dcd63d675b1344b9
parentd8eeb9760afcab45dbdd887c2b6d106887c1739d (diff)
downloadgoogletest-d16f86ff1cac9d91859349efb4e0d508ba863024.tar.gz
googletest-d16f86ff1cac9d91859349efb4e0d508ba863024.tar.bz2
googletest-d16f86ff1cac9d91859349efb4e0d508ba863024.zip
Googletest export
Add GTEST_API_ to correct a build failure under MSCV. PiperOrigin-RevId: 285208464
-rw-r--r--googletest/include/gtest/internal/gtest-param-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-param-util.h b/googletest/include/gtest/internal/gtest-param-util.h
index 539fa52e..70c43354 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.
//