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

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: updated descriptions, rebased, s/os.path.isabs/posixpath.isabs/ 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
« no previous file with comments | « build/android/pylib/symbols/elf_symbolizer.py ('k') | tools/binary_size/run_binary_size_analysis.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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()
« no previous file with comments | « build/android/pylib/symbols/elf_symbolizer.py ('k') | tools/binary_size/run_binary_size_analysis.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698