Skip to content

Commit 071b7fa

Browse files
committed
Change the test that emits an invalid .so
1 parent 5ed6e20 commit 071b7fa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/API/functionalities/postmortem/minidump-new/TestMiniDumpUUID.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@ def test_relative_module_name(self):
327327
old_cwd = os.getcwd()
328328
self.addTearDownHook(lambda: os.chdir(old_cwd))
329329
os.chdir(self.getBuildDir())
330-
name = "file-with-a-name-unlikely-to-exist-in-the-current-directory.so"
331-
open(name, "a").close()
332330
modules = self.get_minidump_modules(
333331
self.getSourcePath("relative_module_name.yaml")
334332
)

0 commit comments

Comments
 (0)