Changeset 82892 in vbox for trunk/src/VBox
- Timestamp:
- Jan 28, 2020 4:02:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/testcase/tstClipboardServiceHost.cpp
r82891 r82892 271 271 static void testHostCall(void) 272 272 { 273 RTAssertSetMayPanic(false);274 275 273 testSetMode(); 276 274 #ifdef VBOX_WITH_SHARED_CLIPBOARD_TRANSFERS … … 295 293 RTTestBanner(hTest); 296 294 295 /* Don't let assertions in the host service panic (core dump) the test cases. */ 296 RTAssertSetMayPanic(false); 297 297 298 /* 298 299 * Run the tests.
Note:
See TracChangeset
for help on using the changeset viewer.