diff options
author | 2024-01-24 16:27:53 +0000 | |
---|---|---|
committer | 2024-01-25 14:40:53 +0000 | |
commit | 6f30991b16d1dcd386b6073a41a314a0120c7f48 (patch) | |
tree | 04635126bb591100e842d8b0ddd93a2b78458459 /runtime/monitor_pool_test.cc | |
parent | f07ec3262629d15088c29e8182fd614a04f8afd3 (diff) |
Add visibility attributes in runtime/m*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: Ice9204277b257c6e3c25adb690bddfd834d24689
Diffstat (limited to 'runtime/monitor_pool_test.cc')
-rw-r--r-- | runtime/monitor_pool_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/monitor_pool_test.cc b/runtime/monitor_pool_test.cc index 5463877b83..d6ddca9736 100644 --- a/runtime/monitor_pool_test.cc +++ b/runtime/monitor_pool_test.cc @@ -20,7 +20,7 @@ #include "scoped_thread_state_change-inl.h" #include "thread-current-inl.h" -namespace art { +namespace art HIDDEN { class MonitorPoolTest : public CommonRuntimeTest {}; |