Changeset 85312 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 13, 2020 4:12:42 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139290
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTPathFindCommon.cpp
r85311 r85312 46 46 struct 47 47 { 48 char *papszPath1;49 char *papszPath2;50 char *papszPath3;51 char *papszPatCommon;48 char const *papszPath1; 49 char const *papszPath2; 50 char const *papszPath3; 51 char const *papszPatCommon; 52 52 } aTests[] = 53 53 {
Note:
See TracChangeset
for help on using the changeset viewer.