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

Unified Diff: build/android/pylib/symbols/elf_symbolizer_unittest.py

Issue 339853004: binary_size_tool: fix for ambiguous addr2line output (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: changed descriptions, lookup_table => disambiguation_table rename, can now use relative paths witho… Created 6 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
Index: build/android/pylib/symbols/elf_symbolizer_unittest.py
diff --git a/build/android/pylib/symbols/elf_symbolizer_unittest.py b/build/android/pylib/symbols/elf_symbolizer_unittest.py
index 978e621faebfb7b258457ea9ca12f2312eeb827f..e963a343df4685719ffe790fc902f970f05d2627 100755
--- a/build/android/pylib/symbols/elf_symbolizer_unittest.py
+++ b/build/android/pylib/symbols/elf_symbolizer_unittest.py
@@ -170,4 +170,4 @@ class ELFSymbolizerTest(unittest.TestCase):
if __name__ == '__main__':
- unittest.main()
+ unittest.main()
Andrew Hayden (chromium.org) 2014/06/26 09:00:11 Looks like this file can be removed from the revie

Powered by Google App Engine
This is Rietveld 408576698