diff options
| author | 2017-01-11 19:18:51 +0000 | |
|---|---|---|
| committer | 2017-01-11 19:18:51 +0000 | |
| commit | dcf52765ab5886abdd85a4436fa0358b2a31341d (patch) | |
| tree | b68ee975792a5bf488ed93cfbe09a37f80008288 /compiler/oat_test.cc | |
| parent | a28ddf5140cd1f4a2ae93dbf8be2f200b1552003 (diff) | |
| parent | 0fb5af1c8287b1ec85c55c306a1c43820c38a337 (diff) | |
Merge "Revert "ART: Compiler support for invoke-polymorphic.""
Diffstat (limited to 'compiler/oat_test.cc')
| -rw-r--r-- | compiler/oat_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc index 86d92ff0b5..4180e0e6c9 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc @@ -487,7 +487,7 @@ TEST_F(OatTest, OatHeaderSizeCheck) { EXPECT_EQ(72U, sizeof(OatHeader)); EXPECT_EQ(4U, sizeof(OatMethodOffsets)); EXPECT_EQ(20U, sizeof(OatQuickMethodHeader)); - EXPECT_EQ(164 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)), + EXPECT_EQ(163 * static_cast<size_t>(GetInstructionSetPointerSize(kRuntimeISA)), sizeof(QuickEntryPoints)); } |