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 d7f9f9f + fa4bf3a commit 668960eCopy full SHA for 668960e
lldb/test/API/commands/settings/TestSettings.py
@@ -1022,7 +1022,7 @@ def test_settings_api(self):
1022
path2 = os.path.join(self.getSourceDir(), "tmp2")
1023
self.runCmd("settings set %s '%s' '%s'" % (setting_path, path1, path2))
1024
settings_json = self.get_setting_json(setting_path)
1025
- self.assertEqual(settings_json, setting_value)
+ self.assertEqual(settings_json, [path1, path2])
1026
1027
# Test OptionValueFormatEntity
1028
setting_value = """thread #${thread.index}{, name = \\'${thread.name}\\
0 commit comments