[Lldb-commits] [PATCH] D70884: [lldb] Fix TestFormattersSBAPI test
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 2 11:11:02 PST 2019
aadsm marked an inline comment as done.
aadsm added inline comments.
================
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)
----------------
clayborg wrote:
> both "format.format = lldb.eFormatOctal" and this are the same right?
Exactly.
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