Show
Ignore:
Timestamp:
12/23/09 01:20:34 (3 years ago)
Author:
saturday06
Message:

sssss

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/src/Test1.cpp

    r36223 r36244  
    132132void dump_string_condition(const TCHAR* expected, const TCHAR* got) { 
    133133    { 
    134         printf("    expected=["); 
     134        printf("    expected = ["); 
    135135        const int bytes = _tcslen(expected) * sizeof(TCHAR); 
    136136        for (int i = 0; i < bytes; i++) { 
     
    141141 
    142142    { 
    143         printf("    got=["); 
     143        printf("    got      = ["); 
    144144        const int bytes = _tcslen(got) * sizeof(TCHAR); 
    145145        for (int i = 0; i < bytes; i++) { 
     
    188188    char** argv = NULL; 
    189189 
     190    QT_CHECK(!init_common_global_data(argc, argv)); 
    190191    QT_CHECK(!init_os_global_data(argc, argv)); 
    191192    QT_CHECK(!init_gui_global_data(argc, argv));