Changeset 36244 for lang/objective-cplusplus/i3/trunk/src
- Timestamp:
- 12/23/09 01:20:34 (3 years ago)
- Files:
-
- 1 modified
-
lang/objective-cplusplus/i3/trunk/src/Test1.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/objective-cplusplus/i3/trunk/src/Test1.cpp
r36223 r36244 132 132 void dump_string_condition(const TCHAR* expected, const TCHAR* got) { 133 133 { 134 printf(" expected =[");134 printf(" expected = ["); 135 135 const int bytes = _tcslen(expected) * sizeof(TCHAR); 136 136 for (int i = 0; i < bytes; i++) { … … 141 141 142 142 { 143 printf(" got =[");143 printf(" got = ["); 144 144 const int bytes = _tcslen(got) * sizeof(TCHAR); 145 145 for (int i = 0; i < bytes; i++) { … … 188 188 char** argv = NULL; 189 189 190 QT_CHECK(!init_common_global_data(argc, argv)); 190 191 QT_CHECK(!init_os_global_data(argc, argv)); 191 192 QT_CHECK(!init_gui_global_data(argc, argv));
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)