mirror of
https://github.com/google/googletest.git
synced 2025-12-03 14:27:45 +08:00
Googletest export
Add GTEST_API_ to correct a build failure under MSCV. PiperOrigin-RevId: 285208464
This commit is contained in:
committed by
Matt Calabrese
parent
d8eeb9760a
commit
d16f86ff1c
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user