summaryrefslogtreecommitdiff
path: root/compiler/oat_test.cc
diff options
context:
space:
mode:
author Andreas Gampe <agampe@google.com> 2015-03-24 02:40:55 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2015-03-24 02:40:56 +0000
commitbce0855ca1dbb1fa226c5b6a81760272ce0b64ef (patch)
tree6439e1079e13fff84e98e8ef0a7feaf05ad9546a /compiler/oat_test.cc
parent27a40aac557a0ee123471a99dc56fe91b50f2351 (diff)
parent0ba627337274ccfb8c9cb9bf23fffb1e1b9d1430 (diff)
Merge "Revert "Deoptimization-based bce.""
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 3efb2dc897..46aed60479 100644
--- a/compiler/oat_test.cc
+++ b/compiler/oat_test.cc
@@ -175,7 +175,7 @@ TEST_F(OatTest, OatHeaderSizeCheck) {
EXPECT_EQ(72U, sizeof(OatHeader));
EXPECT_EQ(4U, sizeof(OatMethodOffsets));
EXPECT_EQ(28U, sizeof(OatQuickMethodHeader));
- EXPECT_EQ(92 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
+ EXPECT_EQ(91 * GetInstructionSetPointerSize(kRuntimeISA), sizeof(QuickEntryPoints));
}
TEST_F(OatTest, OatHeaderIsValid) {