From f63924e44576bc46b788595865232ec28f2c0bd8 Mon Sep 17 00:00:00 2001 From: Dmitrii Ishcheikin Date: Wed, 17 Jan 2024 14:53:20 +0000 Subject: Add visibility attributes in runtime/c* Bug: 260881207 Test: presubmit Test: abtd app_compat_drm Test: abtd app_compat_top_100 Test: abtd app_compat_banking Change-Id: Id729aca1d8b6d003ff3e9755112f3283e9f2b507 --- runtime/class_loader_context_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/class_loader_context_test.cc') diff --git a/runtime/class_loader_context_test.cc b/runtime/class_loader_context_test.cc index 1744e4ed1b..ec7abb75ac 100644 --- a/runtime/class_loader_context_test.cc +++ b/runtime/class_loader_context_test.cc @@ -46,7 +46,7 @@ #include "thread.h" #include "well_known_classes-inl.h" -namespace art { +namespace art HIDDEN { class ClassLoaderContextTest : public CommonRuntimeTest { public: -- cgit v1.2.3-59-g8ed1b