Home
last modified time | relevance | path

Searched refs:format_test_expected (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Dstream.cpp143 const char *format_test_expected = "1234567890string 0123456789"; in TestStream() local
144 if (strcmp(format_test_expected, testFormatStreamBuf) != 0) { in TestStream()
145 …mat test using << operator Got: '%s' Expected: '%s'\n", testFormatStreamBuf, format_test_expected); in TestStream()