Show
Ignore:
Timestamp:
10/08/09 08:41:34 (4 years ago)
Author:
kazuho
Message:

not ok!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/c/picohttpparser/trunk/test.c

    r35521 r35522  
    1111{ 
    1212  static int testnum = 0; 
    13   printf("%s %d - %s\n", ok ? "ok" : "ng", ++testnum, msg); 
     13  printf("%s %d - %s\n", ok ? "ok" : "not ok", ++testnum, msg); 
    1414} 
    1515