Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362).

This commit is contained in:
vladlosev
2011-03-30 22:02:47 +00:00
parent 03062e2337
commit 1ea6b31d5d
4 changed files with 6 additions and 6 deletions

View File

@@ -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