[Lldb-commits] [PATCH] D132271: [lldb][Test] Replace expect() with expect_expr() in TestNamespaceLookup.py

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 19 17:57:10 PDT 2022


Michael137 created this revision.
Michael137 added a reviewer: aprantl.
Herald added a project: All.
Michael137 requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.

This will be useful in preparation for some reshuffling
of assertions in this file since we won't have to
adjust the persitent variable names during the process.

sed commands:

  s/expect("expr -- /expect_expr("/g
  s/startstr="(int) [$0-9]* = /result_type="int", result_value="/g

**Testing**

- API tests still pass


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D132271

Files:
  lldb/test/API/lang/cpp/namespace/TestNamespaceLookup.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132271.454144.patch
Type: text/x-patch
Size: 8080 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220820/b9eb707a/attachment.bin>


More information about the lldb-commits mailing list