diff options
author | 2024-03-13 16:51:21 +0000 | |
---|---|---|
committer | 2024-03-26 09:44:33 +0000 | |
commit | 7f22a8edee85b006a5d8761aa6cc5f2b679d81f5 (patch) | |
tree | c4c71a75316390f7a2ad19c76000abf5d4d82d8d /compiler/exception_test.cc | |
parent | 42646b1ef936d12c4099fbefefdc976f9dc3c976 (diff) |
Rename enums.h/.cc to pointer_size.h/.cc.
It was the only enum in the file
Bug: 329378408
Test: art/test/testrunner/testrunner.py --host --64 --optimizing -b
Change-Id: If0e385324afa3685f648135ba9b60e6bc79ba0ed
Diffstat (limited to 'compiler/exception_test.cc')
-rw-r--r-- | compiler/exception_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/exception_test.cc b/compiler/exception_test.cc index b90b08240f..3c7ff0a984 100644 --- a/compiler/exception_test.cc +++ b/compiler/exception_test.cc @@ -22,10 +22,10 @@ #include "art_method-inl.h" #include "base/arena_allocator.h" #include "base/callee_save_type.h" -#include "base/enums.h" #include "base/leb128.h" #include "base/macros.h" #include "base/malloc_arena_pool.h" +#include "base/pointer_size.h" #include "class_linker.h" #include "common_runtime_test.h" #include "dex/code_item_accessors-inl.h" |