Changeset 33605 in vbox for trunk/src/VBox/Runtime/testcase/tstIprtMiniString.cpp
- Timestamp:
- Oct 29, 2010 1:13:58 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstIprtMiniString.cpp
r33563 r33605 135 135 CHECK(copy2.length() == 100); 136 136 137 /* printf */ 138 iprt::MiniString StrFmt; 139 CHECK(StrFmt.printf("%s-%s-%d", "abc", "def", 42).equals("abc-def-42")); 140 137 141 #undef CHECK 138 142 #undef CHECK_DUMP
Note:
See TracChangeset
for help on using the changeset viewer.