summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py')
-rw-r--r--lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py b/lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py
index f677b869d137..456598785529 100644
--- a/lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py
+++ b/lldb/test/API/python_api/interpreter/TestRunCommandInterpreterAPI.py
@@ -105,7 +105,7 @@ class CommandRunInterpreterAPICase(TestBase):
self.assertFalse(has_crashed)
self.assertIn("invalid target", result_str)
- self.assertIn("No auto repeat", result_str)
+ self.assertIn("no auto repeat", result_str)
class SBCommandInterpreterRunOptionsCase(TestBase):