diff options
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 {}; |