Googletest export
Add GTEST_API_ to correct a build failure under MSCV. PiperOrigin-RevId: 285208464
This commit is contained in:
parent
d8eeb9760a
commit
d16f86ff1c
@ -474,7 +474,8 @@ class ParameterizedTestSuiteInfoBase {
|
|||||||
GTEST_DISALLOW_COPY_AND_ASSIGN_(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.
|
// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user