Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362).
This commit is contained in:
@@ -115,7 +115,7 @@ TEST(FooTest, Bar) {
|
||||
void Check(bool condition, const char* msg) {
|
||||
if (!condition) {
|
||||
printf("FAILED: %s\n", msg);
|
||||
abort();
|
||||
testing::internal::posix::Abort();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user