Skip to content

Commit 8e57954

Browse files
committed
fixup! fix test
1 parent 4fd3ee0 commit 8e57954

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/test/API/python_api/interpreter/TestCommandInterpreterAPI.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""Test the SBCommandInterpreter APIs."""
1+
"""tESt the SBCommandInterpreter APIs."""
22

33
import json
44
import lldb
@@ -184,7 +184,7 @@ def test_get_transcript(self):
184184
"commandName": "dwim-print",
185185
"commandArguments": "-- a",
186186
"output": "",
187-
"error": "note: Using default language. Ran expression as 'Objective C++'.\n"
187+
"error": "note: Falling back to default language. Ran expression as 'Objective C++'.\n"
188188
"error: <user expression 0>:1:1: use of undeclared identifier 'a'\n 1 | a\n | ^\n",
189189
},
190190
)

0 commit comments

Comments
 (0)