diff options
author | 2024-01-17 12:01:01 +0000 | |
---|---|---|
committer | 2024-01-18 13:01:51 +0000 | |
commit | 91d4f8cf500a37374cb45151756a476cefa8031f (patch) | |
tree | d16aced73dbf9d1c4d4f8dc66bd4e33d64bc137f /runtime/art_method_test.cc | |
parent | af043ec9177fe7b181cb9d5f8cb5b86c79b454f2 (diff) |
Add visibility attributes in runtime/a*
Bug: 260881207
Test: presubmit
Test: abtd app_compat_drm
Test: abtd app_compat_top_100
Test: abtd app_compat_banking
Change-Id: Iacec568941c5baee57088e67ed410ba18f6abff2
Diffstat (limited to 'runtime/art_method_test.cc')
-rw-r--r-- | runtime/art_method_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/art_method_test.cc b/runtime/art_method_test.cc index b1e9ed3879..8176cca062 100644 --- a/runtime/art_method_test.cc +++ b/runtime/art_method_test.cc @@ -23,7 +23,7 @@ #include "mirror/class-alloc-inl.h" #include "well_known_classes.h" -namespace art { +namespace art HIDDEN { namespace { // Helper function to avoid `ASSERT_EQ` with floating point types. |