VirtualBox

Changeset 58304 in vbox


Ignore:
Timestamp:
Oct 18, 2015 10:46:41 PM (9 years ago)
Author:
vboxsync
Message:

tstRTLocalIpc: Use RTTestCreateChild.

File:
1 edited

Legend:

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

    r58299 r58304  
    930930             && !strcmp(argv[1], "child"))
    931931    {
    932         rc = RTTestCreate(argv[2], &g_hTest);
     932        rc = RTTestCreateChild(argv[2], &g_hTest);
    933933        if (RT_FAILURE(rc))
    934934            return RTEXITCODE_FAILURE;
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