Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
d16f86ff
Commit
d16f86ff
authored
Dec 12, 2019
by
Abseil Team
Committed by
Matt Calabrese
Dec 13, 2019
Browse files
Googletest export
Add GTEST_API_ to correct a build failure under MSCV. PiperOrigin-RevId: 285208464
parent
d8eeb976
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
googletest/include/gtest/internal/gtest-param-util.h
googletest/include/gtest/internal/gtest-param-util.h
+2
-1
No files found.
googletest/include/gtest/internal/gtest-param-util.h
View file @
d16f86ff
...
...
@@ -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.
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment