summaryrefslogtreecommitdiff
path: root/compiler/oat_test.cc
diff options
context:
space:
mode:
author Roland Levillain <rpl@google.com> 2015-12-15 12:39:34 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-12-15 12:39:34 +0000
commit089ff4886aa9b5e7cec04d2ef5cdeb9d68e5dc43 (patch)
tree84ad42399e1055f3596d7df6f786d9f7b8605ee3 /compiler/oat_test.cc
parentbd00c8226ebc28d2745ac4d0408b11c156771773 (diff)
parent7c1559a06041c9c299d5ab514d54b2102f204a84 (diff)
Merge "x86 Baker's read barrier fast path implementation."
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 a2b29a30a9..eea52045cc 100644
--- a/compiler/oat_test.cc
+++ b/compiler/oat_test.cc
@@ -255,7 +255,7 @@ TEST_F(OatTest, OatHeaderSizeCheck) {
EXPECT_EQ(72U, sizeof(OatHeader));
EXPECT_EQ(4U, sizeof(OatMethodOffsets));
EXPECT_EQ(28U, sizeof(OatQuickMethodHeader));
- EXPECT_EQ(131 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
+ EXPECT_EQ(132 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
}
TEST_F(OatTest, OatHeaderIsValid) {