[Lldb-commits] [PATCH] D78094: [lldb/test] Fix TestLoadUnload
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 14 05:18:28 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf0be92ebcd8d: [lldb/test] Fix TestLoadUnload (authored by mib, committed by teemperor).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78094/new/
https://reviews.llvm.org/D78094
Files:
lldb/test/API/functionalities/load_unload/TestLoadUnload.py
Index: lldb/test/API/functionalities/load_unload/TestLoadUnload.py
===================================================================
--- lldb/test/API/functionalities/load_unload/TestLoadUnload.py
+++ lldb/test/API/functionalities/load_unload/TestLoadUnload.py
@@ -186,8 +186,6 @@
substrs=[os.path.basename(old_dylib)],
matching=True)
- self.runCmd(env_cmd_string)
-
lldbutil.run_break_set_by_file_and_line(
self, "d.cpp", self.line_d_function, num_expected_locations=1)
# After run, make sure the non-hidden library is picked up.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78094.257294.patch
Type: text/x-patch
Size: 615 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20200414/e51994ed/attachment.bin>
More information about the lldb-commits
mailing list