diff options
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. |