summaryrefslogtreecommitdiffstats
path: root/googletest/include/gtest/internal
diff options
context:
space:
mode:
authorDerek Mauro <dmauro@google.com>2021-06-08 22:36:29 (GMT)
committerDerek Mauro <dmauro@google.com>2021-06-08 22:36:29 (GMT)
commit91e1bd6bfb65757d063cb2c46bd5bfde1bd0d424 (patch)
tree6e8c5a1aa03ff993737839f3ea7f31a3e27226f3 /googletest/include/gtest/internal
parent9d698f6905a1a06d6f1109ab1c1e2309b08de2ac (diff)
parent26a1569c72e85a77096cae6fbe95228a4ca765d6 (diff)
downloadgoogletest-91e1bd6bfb65757d063cb2c46bd5bfde1bd0d424.zip
googletest-91e1bd6bfb65757d063cb2c46bd5bfde1bd0d424.tar.gz
googletest-91e1bd6bfb65757d063cb2c46bd5bfde1bd0d424.tar.bz2
Merge pull request #3421 from florin-crisan:bugfix/3420-dll-link-failure
PiperOrigin-RevId: 377367006
Diffstat (limited to 'googletest/include/gtest/internal')
-rw-r--r--googletest/include/gtest/internal/gtest-param-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-param-util.h b/googletest/include/gtest/internal/gtest-param-util.h
index ed5d467..c2ef6e3 100644
--- a/googletest/include/gtest/internal/gtest-param-util.h
+++ b/googletest/include/gtest/internal/gtest-param-util.h
@@ -478,7 +478,7 @@ class ParameterizedTestSuiteInfoBase {
//
// Report a the name of a test_suit as safe to ignore
// as the side effect of construction of this type.
-struct MarkAsIgnored {
+struct GTEST_API_ MarkAsIgnored {
explicit MarkAsIgnored(const char* test_suite);
};