utilitylibraries/libutils/tsrc/src/test_tbufc8tostring_positive.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
--- a/utilitylibraries/libutils/tsrc/src/test_tbufc8tostring_positive.cpp	Tue Aug 31 16:54:36 2010 +0300
+++ b/utilitylibraries/libutils/tsrc/src/test_tbufc8tostring_positive.cpp	Wed Sep 01 12:36:54 2010 +0100
@@ -19,7 +19,7 @@
 #include "libutils.h"
 #include"std_log_result.h"
 #define LOG_FILENAME_LINE __FILE__, __LINE__
-int main()
+void main()
 {
     int retval =ESuccess;
     __UHEAP_MARK;
@@ -46,5 +46,4 @@
     }
     __UHEAP_MARKEND;
     testResultXml("test_tbufc8tostring_positive");
-	return 0;
 }