ICU-1941 back off a little on the NULL checking..

X-SVN-Rev: 9883
This commit is contained in:
Steven R. Loomis 2002-09-18 01:59:06 +00:00
parent ef0736d5a1
commit b7120e2ff7

View file

@ -1744,7 +1744,7 @@ static void TestResourceLevelAliasing(void) {
} else {
status = U_ZERO_ERROR;
}
if((tb == NULL) || U_FAILURE(status) ) {
if(U_FAILURE(status) ) {
log_data_err("err loading tb resource\n");
} else {
/* testing aliasing to a non existing resource */