Skip to content

Commit cb2d2a6

Browse files
committed
another one
1 parent 33a6590 commit cb2d2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/commands/settings/TestSettings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ def test_settings_show_defaults(self):
10821082
self.runCmd("settings set target.source-map /abc /tmp")
10831083
self.expect(
10841084
"settings show --defaults target.source-map",
1085-
substrs=["(default: empty)", '[0] "/abc" -> "/tmp"'],
1085+
patterns=[r"\(default: empty\)", r'\[0\] "[/\]abc" -> "[/\]tmp"'],
10861086
)
10871087

10881088
def get_setting_json(self, setting_path=None):

0 commit comments

Comments
 (0)