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.
1 parent a1d5261 commit f60be74Copy full SHA for f60be74
lldb/test/API/commands/expression/diagnostics/TestExprDiagnostics.py
@@ -218,9 +218,7 @@ def check_error(diags):
218
# Detail 1/3: note: requested expression language
219
diag = details.GetItemAtIndex(0)
220
self.assertEqual(str(diag.GetValueForKey("severity")), "note")
221
- self.assertIn(
222
- "Ran expression as 'C++", str(diag.GetValueForKey("message"))
223
- )
+ self.assertIn("Ran expression as 'C++", str(diag.GetValueForKey("message")))
224
self.assertIn(
225
"Ran expression as 'C++", str(diag.GetValueForKey("rendered"))
226
)
0 commit comments