Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(799)

Unified Diff: test/unittests/eh-frame-writer-unittest.cc

Issue 2153443002: Fix EhFrameTest.Alignment unit test on ARM. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/eh-frame-writer-unittest.cc
diff --git a/test/unittests/eh-frame-writer-unittest.cc b/test/unittests/eh-frame-writer-unittest.cc
index 24eeca45aa35a29b5bf937050dc5e1d9a3ccaf34..98503986aa708e9a277fdfde0992710efa5d9dcc 100644
--- a/test/unittests/eh-frame-writer-unittest.cc
+++ b/test/unittests/eh-frame-writer-unittest.cc
@@ -42,7 +42,7 @@ TEST_F(EhFrameWriterTest, Alignment) {
ASSERT_EQ(0, EhFrameConstants::kEhFrameTerminatorSize % 4);
EXPECT_EQ(0, (iterator.GetBufferSize() - EhFrameConstants::kEhFrameHdrSize -
EhFrameConstants::kEhFrameTerminatorSize) %
- 8);
+ kPointerSize);
}
TEST_F(EhFrameWriterTest, FDEHeader) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698