diff options
Diffstat (limited to 'runtime/oat/oat_file_test.cc')
-rw-r--r-- | runtime/oat/oat_file_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat/oat_file_test.cc b/runtime/oat/oat_file_test.cc index 80265f77f5..12a26f1cc1 100644 --- a/runtime/oat/oat_file_test.cc +++ b/runtime/oat/oat_file_test.cc @@ -24,7 +24,7 @@ #include "scoped_thread_state_change-inl.h" #include "vdex_file.h" -namespace art { +namespace art HIDDEN { class OatFileTest : public DexoptTest {}; |