Skip to content

Commit e4f0b83

Browse files
committed
Have to keep the name variable
1 parent 071b7fa commit e4f0b83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ 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"
330331
modules = self.get_minidump_modules(
331332
self.getSourcePath("relative_module_name.yaml")
332333
)

0 commit comments

Comments
 (0)