summaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-param-util.h
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-03-30 22:02:47 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-03-30 22:02:47 +0000
commit5298efaeffba66024a9c530f4b6576dd79a6c5b5 (patch)
treeac6f5d0773cfd127db658808733a70bfe5c30ff5 /include/gtest/internal/gtest-param-util.h
parent9beddf89f4372081229ad12f3126952658da9081 (diff)
downloadgtest-5298efaeffba66024a9c530f4b6576dd79a6c5b5.tar.gz
gtest-5298efaeffba66024a9c530f4b6576dd79a6c5b5.tar.bz2
gtest-5298efaeffba66024a9c530f4b6576dd79a6c5b5.tar.xz
Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362).
git-svn-id: http://googletest.googlecode.com/svn/trunk@559 861a406c-534a-0410-8894-cb66d6ee9925
Diffstat (limited to 'include/gtest/internal/gtest-param-util.h')
-rw-r--r--include/gtest/internal/gtest-param-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gtest/internal/gtest-param-util.h b/include/gtest/internal/gtest-param-util.h
index 61c3e37..0f7b331 100644
--- a/include/gtest/internal/gtest-param-util.h
+++ b/include/gtest/internal/gtest-param-util.h
@@ -579,7 +579,7 @@ class ParameterizedTestCaseRegistry {
// and terminate the program since we cannot guaranty correct
// test case setup and tear-down in this case.
ReportInvalidTestCaseType(test_case_name, file, line);
- abort();
+ posix::Abort();
} else {
// At this point we are sure that the object we found is of the same
// type we are looking for, so we downcast it to that type