diff options
author | David Srbecky <dsrbecky@google.com> | 2018-10-02 17:12:24 +0100 |
---|---|---|
committer | David Srbecky <dsrbecky@google.com> | 2018-10-12 03:22:29 +0100 |
commit | 766e74f58312af149219473a691c6f2d9bcca428 (patch) | |
tree | 4c216f5ebd128075f20d0857afb383d31da20c5a /tools/cpp-define-generator/make_header_test.py | |
parent | 0adf4d80ca1c673e5f7c5249faabadccdc1ddbbd (diff) |
Cleanup the cpp-define-generator definitions.
Test: test-art-host-gtest-arch_test
Change-Id: Ifda7a51d19156b1eb62bc39b16ec559d609744e5
Diffstat (limited to 'tools/cpp-define-generator/make_header_test.py')
-rwxr-xr-x | tools/cpp-define-generator/make_header_test.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/cpp-define-generator/make_header_test.py b/tools/cpp-define-generator/make_header_test.py index eec1c68186..a484285e5c 100755 --- a/tools/cpp-define-generator/make_header_test.py +++ b/tools/cpp-define-generator/make_header_test.py @@ -36,12 +36,8 @@ bx lr test_output = r''' #define JIT_CHECK_OSR -0x1 -#define JIT_CHECK_OSR -0x1 -#define MIRROR_OBJECT_LOCK_WORD_OFFSET 0x4 #define MIRROR_OBJECT_LOCK_WORD_OFFSET 0x4 #define OBJECT_ALIGNMENT_MASK_TOGGLED 0xfffffff8 -#define OBJECT_ALIGNMENT_MASK_TOGGLED 0xfffffff8 -#define OBJECT_ALIGNMENT_MASK_TOGGLED64 0xfffffffffffffff8 #define OBJECT_ALIGNMENT_MASK_TOGGLED64 0xfffffffffffffff8 ''' |