summaryrefslogtreecommitdiff
path: root/src/gtest-typed-test.cc
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
commitc427f5e8ab231012d7663a0ee408f1225bac971a (patch)
treeb16ed6470fbbc4ea8eace7f836ae8e6448a369a3 /src/gtest-typed-test.cc
parent4e7e2fcd7ac837bf81d8f120a9a30785d83b3897 (diff)
downloadgtest-c427f5e8ab231012d7663a0ee408f1225bac971a.tar.gz
gtest-c427f5e8ab231012d7663a0ee408f1225bac971a.tar.bz2
gtest-c427f5e8ab231012d7663a0ee408f1225bac971a.tar.xz
Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika).
git-svn-id: http://googletest.googlecode.com/svn/trunk@270 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'src/gtest-typed-test.cc')
-rw-r--r--src/gtest-typed-test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtest-typed-test.cc b/src/gtest-typed-test.cc
index e45e2ab..4a0f657 100644
--- a/src/gtest-typed-test.cc
+++ b/src/gtest-typed-test.cc
@@ -86,7 +86,7 @@ const char* TypedTestCasePState::VerifyRegisteredTestNames(
fprintf(stderr, "%s %s", FormatFileLocation(file, line).c_str(),
errors_str.c_str());
fflush(stderr);
- abort();
+ posix::Abort();
}
return registered_tests;