summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/expression_command/options/TestExprOptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/options/TestExprOptions.py b/lldb/test/expression_command/options/TestExprOptions.py
index 17c2fa49116..2b7519dcad6 100644
--- a/lldb/test/expression_command/options/TestExprOptions.py
+++ b/lldb/test/expression_command/options/TestExprOptions.py
@@ -69,7 +69,7 @@ class ExprOptionsTestCase(TestBase):
self.DebugSBValue(val)
# Make sure it still works if language is set to ObjC:
- options.SetLanguage(lldb.eLanguageTypeObjC)
+ options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus)
val = frame.EvaluateExpression('id my_id = 0; my_id', options)
self.assertTrue(val.IsValid())
self.assertTrue(val.GetError().Success())
OpenPOWER on IntegriCloud