Merged changes from 3.14 branch up to revno 12526
This commit is contained in:
@@ -70,7 +70,7 @@ static void epicsExceptionTestPrivate ()
|
||||
try {
|
||||
char * p = new ( nothrow )
|
||||
char [unsuccessfulNewSize];
|
||||
testOk(p == 0, "new (nothrow)");
|
||||
testOk(p == 0, "new (nothrow) returned %p", p);
|
||||
}
|
||||
catch( ... ) {
|
||||
testFail("new (nothrow): threw");
|
||||
|
||||
Reference in New Issue
Block a user