[Lldb-commits] [PATCH] D112222: [LLDB] libcxx summary formatters for std::string_view
Jim Ingham via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 21 10:07:44 PDT 2021
jingham added inline comments.
================
Comment at: lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/string_view/TestDataFormatterLibcxxStringView.py:62
+ ns = self.namespace
+ self.expect(
+ "frame variable",
----------------
We have lldbtest.expect_var_path for doing this sort of test. It makes these tests easier to read and less likely to be fooled by accidental matches.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112222/new/
https://reviews.llvm.org/D112222
More information about the lldb-commits
mailing list