mirror of
https://git.mirrors.martin98.com/https://github.com/google/googletest.git
synced 2025-06-22 14:44:50 +08:00
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…
x
Reference in New Issue
Block a user