Changeset 11794 in vbox for trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp
- Timestamp:
- Aug 29, 2008 9:13:37 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/testcase/tstLow.cpp
r8155 r11794 50 50 RTPrintf("tstLow: TESTING...\n"); 51 51 52 rc = SUP Init();52 rc = SUPR3Init(NULL); 53 53 if (VBOX_SUCCESS(rc)) 54 54 { … … 151 151 else 152 152 { 153 RTPrintf("SUP Init -> rc=%Vrc\n", rc);153 RTPrintf("SUPR3Init -> rc=%Vrc\n", rc); 154 154 rcRet++; 155 155 }
Note:
See TracChangeset
for help on using the changeset viewer.