VirtualBox

Changeset 25792 in vbox


Ignore:
Timestamp:
Jan 12, 2010 11:29:40 PM (15 years ago)
Author:
vboxsync
Message:

Build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTLockValidator.cpp

    r25791 r25792  
    962962        {
    963963            uint32_t cExpect = 1 + (RT_ELEMENTS(g_ahClasses) - i) * 2 - 1;
    964             RTTEST_CHECK(g_hTest, (c = RTLockValidatorClassRelease(g_ahClasses[i])) == cExpect,
    965                          (g_hTest, "c=%u e=%u i=%u\n", c, cExpect, i));
     964            RTTEST_CHECK_MSG(g_hTest, (c = RTLockValidatorClassRelease(g_ahClasses[i])) == cExpect,
     965                             (g_hTest, "c=%u e=%u i=%u\n", c, cExpect, i));
    966966        }
    967967        g_ahClasses[i] = NIL_RTLOCKVALCLASS;
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