summaryrefslogtreecommitdiff
path: root/compiler/oat_test.cc
diff options
context:
space:
mode:
author Mathieu Chartier <mathieuc@google.com> 2015-07-28 22:58:23 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-07-28 22:58:23 +0000
commit3f680bea4fe95b389f63046962c7a55e156945f6 (patch)
tree28957a8a7890bcb12e08f08fb147c8bcb715624b /compiler/oat_test.cc
parent1a4d013b9f810f24bdca60c02da99f7650bcc367 (diff)
parent1aee900d5a0b3a8d78725a7551356bda0d8554e1 (diff)
Merge "Add read barrier support to the entrypoints."
Diffstat (limited to 'compiler/oat_test.cc')
-rw-r--r--compiler/oat_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc
index c98a5f8ba8..88dc29e6ab 100644
--- a/compiler/oat_test.cc
+++ b/compiler/oat_test.cc
@@ -183,7 +183,7 @@ TEST_F(OatTest, OatHeaderSizeCheck) {
EXPECT_EQ(72U, sizeof(OatHeader));
EXPECT_EQ(4U, sizeof(OatMethodOffsets));
EXPECT_EQ(28U, sizeof(OatQuickMethodHeader));
- EXPECT_EQ(112 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
+ EXPECT_EQ(113 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
}
TEST_F(OatTest, OatHeaderIsValid) {