From f3584eec0eb3d3f64e1b388aab1f2f70b41b1bcb Mon Sep 17 00:00:00 2001 From: inter515 Date: Tue, 1 Nov 2022 18:46:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Dzlib=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: inter515 --- bundlemanager/zlib/actszlibtest/ActsZlibTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundlemanager/zlib/actszlibtest/ActsZlibTest.cpp b/bundlemanager/zlib/actszlibtest/ActsZlibTest.cpp index 6cdf96e75..c96a9fa33 100644 --- a/bundlemanager/zlib/actszlibtest/ActsZlibTest.cpp +++ b/bundlemanager/zlib/actszlibtest/ActsZlibTest.cpp @@ -31,7 +31,7 @@ using namespace testing::ext; namespace { static const char DICTIONARY[] = "hello"; 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 unsigned int CALLOC_SIZE = 1; static int ONE = 1; -- GitLab