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.
2 parents a7747f5 + bdaedff commit bf457d1Copy full SHA for bf457d1
lldb/test/API/functionalities/breakpoint/serialize/TestBreakpointSerialization.py
@@ -55,7 +55,7 @@ def test_resolver_serialization(self):
55
self.setup_targets_and_cleanup()
56
57
exe_path = self.getBuildArtifact("a.out")
58
- exe_module = self.orig_target.module[exe_path]
+ exe_module = self.orig_target.module["a.out"]
59
self.assertTrue(
60
exe_module.IsValid(), "Failed to find the executable module in target"
61
)
0 commit comments