diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-02 22:02:30 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2010-06-02 22:02:30 +0000 |
commit | bfb492d6c8d99562ce92f1e4152d5a7b36f5c1fa (patch) | |
tree | f205bf7a16d40ca53d15f1f4f3eee0a0216c8816 /llvm/utils/unittest/googletest/include/gtest/gtest-spi.h | |
parent | 78b6a290cb95a9148ef0d02cd94b2742cc13474d (diff) | |
download | bcm5719-llvm-bfb492d6c8d99562ce92f1e4152d5a7b36f5c1fa.tar.gz bcm5719-llvm-bfb492d6c8d99562ce92f1e4152d5a7b36f5c1fa.zip |
Merge gtest-1.5.0.
llvm-svn: 105354
Diffstat (limited to 'llvm/utils/unittest/googletest/include/gtest/gtest-spi.h')
-rw-r--r-- | llvm/utils/unittest/googletest/include/gtest/gtest-spi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/unittest/googletest/include/gtest/gtest-spi.h b/llvm/utils/unittest/googletest/include/gtest/gtest-spi.h index 2953411ba9d..c41da484476 100644 --- a/llvm/utils/unittest/googletest/include/gtest/gtest-spi.h +++ b/llvm/utils/unittest/googletest/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 ScopedFakeTestPartResultReporter +class GTEST_API_ 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 SingleFailureChecker { +class GTEST_API_ SingleFailureChecker { public: // The constructor remembers the arguments. SingleFailureChecker(const TestPartResultArray* results, |