From c606b194954f77a7be2e093d645f0c28f013796e Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 24 Jan 2024 16:28:57 +0000 Subject: Add visibility attributes in runtime/n* Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: I66918e4548263b5cdca8071b2f174ae197e16f7b --- runtime/native_stack_dump_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/native_stack_dump_test.cc') diff --git a/runtime/native_stack_dump_test.cc b/runtime/native_stack_dump_test.cc index 4446495ede..d2a2fc3ee3 100644 --- a/runtime/native_stack_dump_test.cc +++ b/runtime/native_stack_dump_test.cc @@ -18,7 +18,7 @@ #include -namespace art { +namespace art HIDDEN { TEST(StripParametersTest, ValidInput) { EXPECT_EQ(StripParameters("foo(int)"), "foo"); -- cgit v1.2.3-59-g8ed1b