diff options
Diffstat (limited to 'runtime/mirror/object_test.cc')
-rw-r--r-- | runtime/mirror/object_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/object_test.cc b/runtime/mirror/object_test.cc index 6f42c5b8b8..88b99241ad 100644 --- a/runtime/mirror/object_test.cc +++ b/runtime/mirror/object_test.cc @@ -45,7 +45,7 @@ #include "scoped_thread_state_change-inl.h" #include "string-inl.h" -namespace art { +namespace art HIDDEN { namespace mirror { class ObjectTest : public CommonRuntimeTest { |