We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd5d56 commit c40449fCopy full SHA for c40449f
lldb/packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
@@ -280,7 +280,7 @@ def run_lldb_process_load_and_unload_commands(self):
280
"process load %s --install=%s" % (localDylibPath, remoteDylibPath),
281
"%s loaded correctly" % dylibName,
282
patterns=[
283
- 'Loading "%s".*ok' % localDylibPath,
+ 'Loading "%s".*ok' % re.escape(localDylibPath),
284
'Image [0-9]+ loaded'])
285
286
# Search for and match the "Image ([0-9]+) loaded" pattern.
0 commit comments