From 2eeb5ec8e1001ec8c5f529ae434faf12a36fae65 Mon Sep 17 00:00:00 2001 From: anderskov Date: Wed, 20 Apr 2022 17:06:59 +0800 Subject: [PATCH] test committer add Signed-off-by: anderskov --- test/unittest/common/native/callstack_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unittest/common/native/callstack_test.cpp b/test/unittest/common/native/callstack_test.cpp index 7fb0f9b..52a6232 100644 --- a/test/unittest/common/native/callstack_test.cpp +++ b/test/unittest/common/native/callstack_test.cpp @@ -19,6 +19,7 @@ using namespace testing::ext; using namespace testing; using namespace std; using namespace OHOS::HiviewDFX; + namespace OHOS { namespace Developtools { namespace HiPerf { -- Gitee