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 4fd3ee0 commit 8e57954Copy full SHA for 8e57954
lldb/test/API/python_api/interpreter/TestCommandInterpreterAPI.py
@@ -1,4 +1,4 @@
1
-"""Test the SBCommandInterpreter APIs."""
+"""tESt the SBCommandInterpreter APIs."""
2
3
import json
4
import lldb
@@ -184,7 +184,7 @@ def test_get_transcript(self):
184
"commandName": "dwim-print",
185
"commandArguments": "-- a",
186
"output": "",
187
- "error": "note: Using default language. Ran expression as 'Objective C++'.\n"
+ "error": "note: Falling back to default language. Ran expression as 'Objective C++'.\n"
188
"error: <user expression 0>:1:1: use of undeclared identifier 'a'\n 1 | a\n | ^\n",
189
},
190
)
0 commit comments