Changeset 58304 in vbox for trunk/src/VBox
- Timestamp:
- Oct 18, 2015 10:46:41 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 103500
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Runtime/testcase/tstRTLocalIpc.cpp ¶
r58299 r58304 930 930 && !strcmp(argv[1], "child")) 931 931 { 932 rc = RTTestCreate (argv[2], &g_hTest);932 rc = RTTestCreateChild(argv[2], &g_hTest); 933 933 if (RT_FAILURE(rc)) 934 934 return RTEXITCODE_FAILURE;
Note:
See TracChangeset
for help on using the changeset viewer.