mirror of
https://github.com/google/googletest.git
synced 2025-12-08 00:25:18 +08:00
Supports building gtest as a DLL (by Vlad Losev).
This commit is contained in:
@@ -60,8 +60,8 @@ namespace internal {
|
||||
// fixture class for the same test case. This may happen when
|
||||
// TEST_P macro is used to define two tests with the same name
|
||||
// but in different namespaces.
|
||||
void ReportInvalidTestCaseType(const char* test_case_name,
|
||||
const char* file, int line);
|
||||
GTEST_API_ void ReportInvalidTestCaseType(const char* test_case_name,
|
||||
const char* file, int line);
|
||||
|
||||
// INTERNAL IMPLEMENTATION - DO NOT USE IN USER CODE.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user