summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-03-30 22:02:47 (GMT)
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-03-30 22:02:47 (GMT)
commit1ea6b31d5debaf2535096b1f511a605a541780ef (patch)
treeac6f5d0773cfd127db658808733a70bfe5c30ff5 /include
parent03062e23372fe59b777d793e4ddea0d153925e4d (diff)
downloadgoogletest-1ea6b31d5debaf2535096b1f511a605a541780ef.zip
googletest-1ea6b31d5debaf2535096b1f511a605a541780ef.tar.gz
googletest-1ea6b31d5debaf2535096b1f511a605a541780ef.tar.bz2
Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362).
Diffstat (limited to 'include')
-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