summaryrefslogtreecommitdiffstats
path: root/lldb/test/expression_command
diff options
context:
space:
mode:
authorDawn Perchik <dawn@burble.org>2015-07-28 22:19:42 +0000
committerDawn Perchik <dawn@burble.org>2015-07-28 22:19:42 +0000
commitfc6eb071ab86d26ceb4e7e30240b400cc3c1789d (patch)
tree7787019ac106fb2a9efdbec237c7fc177e1c83fe /lldb/test/expression_command
parentf75bf454e449d3fe355ba2b2fe4ab63c4a8a0a9d (diff)
downloadbcm5719-llvm-fc6eb071ab86d26ceb4e7e30240b400cc3c1789d.tar.gz
bcm5719-llvm-fc6eb071ab86d26ceb4e7e30240b400cc3c1789d.zip
Fix comment in TestExprOptions to match change of language from ObjC to ObjC++.
llvm-svn: 243488
Diffstat (limited to 'lldb/test/expression_command')
-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 2b7519dcad6..4beba7d959b 100644
--- a/lldb/test/expression_command/options/TestExprOptions.py
+++ b/lldb/test/expression_command/options/TestExprOptions.py
@@ -68,7 +68,7 @@ class ExprOptionsTestCase(TestBase):
self.assertEqual(val.GetValueAsUnsigned(0), 0)
self.DebugSBValue(val)
- # Make sure it still works if language is set to ObjC:
+ # Make sure it still works if language is set to ObjC++:
options.SetLanguage(lldb.eLanguageTypeObjC_plus_plus)
val = frame.EvaluateExpression('id my_id = 0; my_id', options)
self.assertTrue(val.IsValid())
OpenPOWER on IntegriCloud