makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name of xlC (by Hady Zalek).

This commit is contained in:
zhanyong.wan
2011-04-07 18:36:50 +00:00
parent 661758ec1a
commit 741d6c0d47
6 changed files with 36 additions and 13 deletions

View File

@@ -2059,7 +2059,7 @@ class GoogleTestFailureException : public ::std::runtime_error {
#endif // GTEST_HAS_EXCEPTIONS
namespace internal {
// We put these helper functions in the internal namespace as IBM's xIC_r
// We put these helper functions in the internal namespace as IBM's xlC
// compiler rejects the code if they were declared static.
// Runs the given method and handles SEH exceptions it throws, when