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

Unified Diff: test/cctest/test-eh-frame-hdr.cc

Issue 2023503002: Reland Implement .eh_frame writer and disassembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@eh-frame-base
Patch Set: Improve disassembler, get rid of PatchProcedureBoundariesInEhFrame. Created 4 years, 6 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
« src/eh-frame.cc ('K') | « src/x64/eh-frame-x64.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-eh-frame-hdr.cc
diff --git a/test/cctest/test-eh-frame-hdr.cc b/test/cctest/test-eh-frame-hdr.cc
index d9539c7d2cc7a8a53a2f50afd409d8c0f2eacdc4..e115e55effae4171a5c278dc1e10496f5e2356c3 100644
--- a/test/cctest/test-eh-frame-hdr.cc
+++ b/test/cctest/test-eh-frame-hdr.cc
@@ -68,7 +68,7 @@ TEST(EhFrameHdr) {
CHECK_EQ(eh_frame_hdr.offset_to_eh_frame(), -(4 + 30)); // A -> D
CHECK_EQ(eh_frame_hdr.offset_to_procedure(), -(30 + 6 + 10)); // B -> E
CHECK_EQ(eh_frame_hdr.offset_to_fde(),
- -(30 - EhFrameHdr::kCIESize)); // B -> C
+ -(30 - EhFrameWriter::kCIESize)); // B -> C
}
TEST(DummyEhFrameHdr) {
« src/eh-frame.cc ('K') | « src/x64/eh-frame-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698