Searched defs:test1Hlp1 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstIprtMiniString.cpp39 static void test1Hlp1(const char *pszExpect, const char *pszFormat, ...) function
176 test1Hlp1("abc-42-def", "%s-%d-%s", "abc", 42, "def");
177 test1Hlp1("", "");
178 test1Hlp1("1", "1");
179 test1Hlp1("foobar", "%s", "foobar");

Completed in 43 milliseconds