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

Unified Diff: courgette/encode_decode_unittest.cc

Issue 2072093003: Courgette: Extend pointer detection in x64. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct Nits in comments 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
« no previous file with comments | « no previous file | courgette/rel32_finder_x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/encode_decode_unittest.cc
diff --git a/courgette/encode_decode_unittest.cc b/courgette/encode_decode_unittest.cc
index 6c52e20e7a1bb0979a3bd6acff4328818b81abd1..cec0bfa9180f8a99e55b37c6aafb5817fe588d0f 100644
--- a/courgette/encode_decode_unittest.cc
+++ b/courgette/encode_decode_unittest.cc
@@ -83,7 +83,7 @@ TEST_F(EncodeDecodeTest, PE) {
TEST_F(EncodeDecodeTest, PE64) {
std::string file = FileContents("chrome64_1.exe");
- TestAssembleToStreamDisassemble(file, 809635);
+ TestAssembleToStreamDisassemble(file, 810090);
}
TEST_F(EncodeDecodeTest, Elf_Small) {
« no previous file with comments | « no previous file | courgette/rel32_finder_x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698