提交 f3584eec 编写于 作者: I inter515

适配zlib用例

Signed-off-by: Ninter515 <ry.renyi@huawei.com>
上级 aa38c0f1
...@@ -31,7 +31,7 @@ using namespace testing::ext; ...@@ -31,7 +31,7 @@ using namespace testing::ext;
namespace { namespace {
static const char DICTIONARY[] = "hello"; static const char DICTIONARY[] = "hello";
static const char GARBAGE[] = "garbage"; static const char GARBAGE[] = "garbage";
static thread_local const char TESTFILE[] = "foo.gz"; static const char TESTFILE[] = "foo.gz";
static thread_local char HELLO[] = "hello, hello!"; static thread_local char HELLO[] = "hello, hello!";
static unsigned int CALLOC_SIZE = 1; static unsigned int CALLOC_SIZE = 1;
static int ONE = 1; static int ONE = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册