[Lldb-commits] [PATCH] D88792: [lldb/test] Catch invalid calls to expect()

Adrian Prantl via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 5 09:41:24 PDT 2020


aprantl added inline comments.


================
Comment at: lldb/test/API/types/TestRecursiveTypes.py:54
+        self.expect("print tpi")
+        self.expect("print *tpi")
----------------
I'm not not sure I understand this change?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88792/new/

https://reviews.llvm.org/D88792



More information about the lldb-commits mailing list