Commit d16f86ff authored by Abseil Team's avatar Abseil Team Committed by Matt Calabrese
Browse files

Googletest export

Add GTEST_API_ to correct a build failure under MSCV.

PiperOrigin-RevId: 285208464
parent d8eeb976
......@@ -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.
//
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment