diff options
Diffstat (limited to 'runtime/class_linker_test.cc')
-rw-r--r-- | runtime/class_linker_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/class_linker_test.cc b/runtime/class_linker_test.cc index 605b1c4ef6..97f79b7af7 100644 --- a/runtime/class_linker_test.cc +++ b/runtime/class_linker_test.cc @@ -59,7 +59,7 @@ #include "scoped_thread_state_change-inl.h" #include "thread-current-inl.h" -namespace art { +namespace art HIDDEN { class ClassLinkerTest : public CommonRuntimeTest { protected: |