We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed6e20 commit 071b7faCopy full SHA for 071b7fa
lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py
@@ -327,8 +327,6 @@ def test_relative_module_name(self):
327
old_cwd = os.getcwd()
328
self.addTearDownHook(lambda: os.chdir(old_cwd))
329
os.chdir(self.getBuildDir())
330
- name = "file-with-a-name-unlikely-to-exist-in-the-current-directory.so"
331
- open(name, "a").close()
332
modules = self.get_minidump_modules(
333
self.getSourcePath("relative_module_name.yaml")
334
)
0 commit comments