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

Unified Diff: util/mach/task_memory_test.cc

Issue 1489063002: Remove errant double-semicolons (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 5 years 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 | « test/mac/mach_multiprocess.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/mach/task_memory_test.cc
diff --git a/util/mach/task_memory_test.cc b/util/mach/task_memory_test.cc
index 2247ed2fab79339263baeb661822178e1acdbbb2..963bc4da5a9722f5f9ffbd8666b9824deaf8fefa 100644
--- a/util/mach/task_memory_test.cc
+++ b/util/mach/task_memory_test.cc
@@ -445,7 +445,7 @@ bool IsAddressMapped(vm_address_t address) {
return false;
}
- ADD_FAILURE() << MachErrorMessage(kr, "vm_region_64");;
+ ADD_FAILURE() << MachErrorMessage(kr, "vm_region_64");
return false;
}
« no previous file with comments | « test/mac/mach_multiprocess.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698