Changeset 80286 in vbox
- Timestamp:
- Aug 15, 2019 9:17:40 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMREQ.cpp
r76553 r80286 23 23 #include <VBox/vmm/vmm.h> 24 24 #include <VBox/vmm/cpum.h> 25 #include < iprt/errcore.h>25 #include <VBox/err.h> 26 26 #include <VBox/log.h> 27 27 #include <iprt/assert.h> … … 310 310 VMR3ReleaseUVM(pUVM); 311 311 } 312 else if (rc == VERR_SVM_NO_SVM || rc == VERR_VMX_NO_VMX) 313 RTPrintf(TESTCASE ": Skipped: %Rrc\n", rc); 312 314 else 313 315 {
Note:
See TracChangeset
for help on using the changeset viewer.