equal
deleted
inserted
replaced
18 #include<e32std.h> |
18 #include<e32std.h> |
19 #include <e32base.h> |
19 #include <e32base.h> |
20 #include "libutils.h" |
20 #include "libutils.h" |
21 #include"std_log_result.h" |
21 #include"std_log_result.h" |
22 #define LOG_FILENAME_LINE __FILE__, __LINE__ |
22 #define LOG_FILENAME_LINE __FILE__, __LINE__ |
23 void main() |
23 int main() |
24 { |
24 { |
25 __UHEAP_MARK; |
25 __UHEAP_MARK; |
26 { |
26 { |
27 int retval =ESuccess; |
27 int retval =ESuccess; |
28 wstring str; |
28 wstring str; |
49 } |
49 } |
50 CleanupStack::PopAndDestroy(1); |
50 CleanupStack::PopAndDestroy(1); |
51 } |
51 } |
52 __UHEAP_MARKEND; |
52 __UHEAP_MARKEND; |
53 testResultXml("test_hbufc8towstring_positive"); |
53 testResultXml("test_hbufc8towstring_positive"); |
|
54 return 0; |
54 } |
55 } |