Changeset 75008 in vbox for trunk/src/VBox
- Timestamp:
- Oct 23, 2018 4:08:44 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstIprtMiniString.cpp
r69111 r75008 82 82 CHECK(empty.length() == 0); 83 83 CHECK(empty.capacity() == 0); 84 85 empty.reserve(1); 86 CHECK(empty.length() == 0); 87 CHECK(empty.capacity() == 1); 88 char *pszEmpty = empty.mutableRaw(); 89 CHECK(pszEmpty != NULL); 84 90 85 91 RTCString sixbytes("12345");
Note:
See TracChangeset
for help on using the changeset viewer.