Changeset 99569 in vbox
- Timestamp:
- May 2, 2023 7:17:43 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstOVF.cpp
r98103 r99569 246 246 247 247 default: 248 throw MyError(E_UNEXPECTED, "Invalid VirtualSystemDescriptionType (enum)\n");248 throw MyError(E_UNEXPECTED, Utf8StrFmt("Invalid VirtualSystemDescriptionType (enum=%d)\n", t).c_str()); 249 249 break; 250 250 }
Note:
See TracChangeset
for help on using the changeset viewer.