Changeset 99771 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- May 12, 2023 9:46:24 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 157366
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstSafeArray.cpp
r99770 r99771 60 60 aInt2.setNull(); 61 61 62 com::SafeArray<int> aInt3( 0);62 com::SafeArray<int> aInt3((size_t)0); 63 63 RTTESTI_CHECK(aInt3.size() == 0); 64 64 aInt3.setNull();
Note:
See TracChangeset
for help on using the changeset viewer.