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

@@ -225,7 +225,7 @@ void DeathTestAbort(const String& message) {
} else {
fprintf(stderr, "%s", message.c_str());
fflush(stderr);
abort();
posix::Abort();
}
}