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

Export Test - Do Not Merge

Add GTEST_API_ to correct a build failure under MSCV.

PiperOrigin-RevId: 285208464
parent beb28e4d
......@@ -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