changeset 22 | ddc455616bd6 |
parent 0 | e4d67989cc36 |
child 45 | 4b03adbd26ca |
child 57 | 2efc27d87e1c |
--- a/utilitylibraries/libutils/tsrc/src/test_wstringtotbuf16_negative2.cpp Fri Apr 16 16:46:38 2010 +0300 +++ b/utilitylibraries/libutils/tsrc/src/test_wstringtotbuf16_negative2.cpp Mon May 03 14:06:43 2010 +0300 @@ -20,7 +20,7 @@ #include "libutils.h" #include"std_log_result.h" #define LOG_FILENAME_LINE __FILE__, __LINE__ -void main() +int main() { wstring str; __UHEAP_MARK; @@ -39,4 +39,5 @@ } __UHEAP_MARKEND; testResultXml("test_wstringtotbuf16_negative2"); + return 0; }