X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/38fbf2fd31f5cd99b500914d6037b1d06b608645..0f5d89e82340278ed3d7d50029f37cab2c41a57e:/icuSources/test/cintltst/tracetst.c diff --git a/icuSources/test/cintltst/tracetst.c b/icuSources/test/cintltst/tracetst.c index 96e50312..94d10046 100644 --- a/icuSources/test/cintltst/tracetst.c +++ b/icuSources/test/cintltst/tracetst.c @@ -339,7 +339,7 @@ static void TestTraceAPI() { /* Null ptrs for strings, vectors */ test_format("Null string - %s", 50, 0, "Null string - *NULL*", __LINE__, NULL); - test_format("Null string - %S", 50, 0, "Null string - *NULL*", __LINE__, NULL); + test_format("Null string - %S", 50, 0, "Null string - *NULL*", __LINE__, NULL, -1); test_format("Null vector - %vc", 50, 0, "Null vector - *NULL* [00000002]", __LINE__, NULL, 2); test_format("Null vector - %vC", 50, 0, "Null vector - *NULL* [00000002]", __LINE__, NULL, 2); test_format("Null vector - %vd", 50, 0, "Null vector - *NULL* [00000002]", __LINE__, NULL, 2);