Changeset 23960 in vbox
- Timestamp:
- Oct 22, 2009 9:15:59 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 53780
- Location:
- trunk/src/VBox/Runtime/testcase
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/Makefile.kmk
r23501 r23960 92 92 tstSemPingPong \ 93 93 tstRTStrCache \ 94 tst StrFormat \94 tstRTStrFormat \ 95 95 tstStrSimplePattern \ 96 96 tstStrToNum \ … … 365 365 tstRTStrCache_SOURCES = tstRTStrCache.cpp 366 366 367 tst StrFormat_SOURCES = tstStrFormat.cpp367 tstRTStrFormat_SOURCES = tstRTStrFormat.cpp 368 368 369 369 tstStrSimplePattern_SOURCES = tstStrSimplePattern.cpp -
trunk/src/VBox/Runtime/testcase/tstRTStrFormat.cpp
r23939 r23960 67 67 { 68 68 RTTEST hTest; 69 int rc = RTTestInitAndCreate("tst StrFormat", &hTest);69 int rc = RTTestInitAndCreate("tstRTStrFormat", &hTest); 70 70 if (rc) 71 71 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.