VirtualBox

Ignore:
Timestamp:
Nov 4, 2008 10:52:12 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38807
Message:

VMM: VBOX_SUCCESS -> RT_SUCCESS, VBOX_FAILURE -> RT_FAILURE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMMFork.cpp

    r13782 r13816  
    7272    PVM pVM;
    7373    int rc = VMR3Create(1, NULL, NULL, NULL, NULL, &pVM);
    74     if (VBOX_SUCCESS(rc))
     74    if (RT_SUCCESS(rc))
    7575    {
    7676        /*
     
    154154         */
    155155        rc = VMR3Destroy(pVM);
    156         if (!VBOX_SUCCESS(rc))
     156        if (!RT_SUCCESS(rc))
    157157        {
    158158            RTPrintf(TESTCASE ": error: failed to destroy vm! rc=%d\n", rc);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette