[Lldb-commits] [PATCH] D70884: [lldb] Fix TestFormattersSBAPI test
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 2 09:20:40 PST 2019
clayborg accepted this revision.
clayborg added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/packages/Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py:71
- format.format = lldb.eFormatOctal
+ format.SetFormat(lldb.eFormatOctal)
category.AddTypeFormat(lldb.SBTypeNameSpecifier("int"), format)
----------------
both "format.format = lldb.eFormatOctal" and this are the same right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70884/new/
https://reviews.llvm.org/D70884
More information about the lldb-commits
mailing list