Searched refs:format_test_expected (Results 1 – 1 of 1) sorted by relevance
143 const char *format_test_expected = "1234567890string 0123456789"; in TestStream() local144 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()