aboutsummaryrefslogtreecommitdiffstats
path: root/include/gtest/internal/gtest-internal.h
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-06-19 17:23:54 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-06-19 17:23:54 +0000
commit4853a503371f39aa22e14adcdecea71c09841e34 (patch)
treeb16ed6470fbbc4ea8eace7f836ae8e6448a369a3 /include/gtest/internal/gtest-internal.h
parentae3247986bbbafcc913b5fe6132090ad6f1c3f36 (diff)
downloadgoogletest-4853a503371f39aa22e14adcdecea71c09841e34.tar.gz
googletest-4853a503371f39aa22e14adcdecea71c09841e34.tar.bz2
googletest-4853a503371f39aa22e14adcdecea71c09841e34.zip
Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).
Diffstat (limited to 'include/gtest/internal/gtest-internal.h')
-rw-r--r--include/gtest/internal/gtest-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-internal.h b/include/gtest/internal/gtest-internal.h
index d596b3a6..6e605e04 100644
--- a/include/gtest/internal/gtest-internal.h
+++ b/include/gtest/internal/gtest-internal.h
@@ -621,7 +621,7 @@ class TypedTestCasePState {
"REGISTER_TYPED_TEST_CASE_P(%s, ...).\n",
FormatFileLocation(file, line).c_str(), test_name, case_name);
fflush(stderr);
- abort();
+ posix::Abort();
}
defined_test_names_.insert(test_name);
return true;