summaryrefslogtreecommitdiffstats
path: root/gtest/include/gtest/gtest-spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/include/gtest/gtest-spi.h')
-rw-r--r--gtest/include/gtest/gtest-spi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtest/include/gtest/gtest-spi.h b/gtest/include/gtest/gtest-spi.h
index c41da48..2953411 100644
--- a/gtest/include/gtest/gtest-spi.h
+++ b/gtest/include/gtest/gtest-spi.h
@@ -48,7 +48,7 @@ namespace testing {
// generated in the same thread that created this object or it can intercept
// all generated failures. The scope of this mock object can be controlled with
// the second argument to the two arguments constructor.
-class GTEST_API_ ScopedFakeTestPartResultReporter
+class ScopedFakeTestPartResultReporter
: public TestPartResultReporterInterface {
public:
// The two possible mocking modes of this object.
@@ -93,7 +93,7 @@ namespace internal {
// TestPartResultArray contains exactly one failure that has the given
// type and contains the given substring. If that's not the case, a
// non-fatal failure will be generated.
-class GTEST_API_ SingleFailureChecker {
+class SingleFailureChecker {
public:
// The constructor remembers the arguments.
SingleFailureChecker(const TestPartResultArray* results,