未验证 提交 7881bd1f 编写于 作者: O openharmony_ci 提交者: Gitee

!714 修正libc-test中对time zone文件的访问路径

Merge pull request !714 from dhy308/releaseTimeZonePath
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
#include <string.h> #include <string.h>
#include "test.h" #include "test.h"
#define TIME_ZONE_SUB_TAG '/'
#define EPS (0.00001) #define EPS (0.00001)
#define CMPFLAG 0 #define CMPFLAG 0
#define ERREXPECT (-1) #define ERREXPECT (-1)
...@@ -130,4 +129,4 @@ ...@@ -130,4 +129,4 @@
} \ } \
} while (0) } while (0)
#endif #endif
\ No newline at end of file
...@@ -20,8 +20,6 @@ ...@@ -20,8 +20,6 @@
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#define TIME_ZONE_SUB_TAG '/'
struct time_test_string_struct { struct time_test_string_struct {
const char *tz; const char *tz;
const char *result; const char *result;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册