Fix comment in TestExprOptions to match change of language from ObjC to ObjC++.
authorDawn Perchik <dawn@burble.org>
Tue, 28 Jul 2015 22:19:42 +0000 (22:19 +0000)
committerDawn Perchik <dawn@burble.org>
Tue, 28 Jul 2015 22:19:42 +0000 (22:19 +0000)
llvm-svn: 243488

lldb/test/expression_command/options/TestExprOptions.py

index 2b7519d..4beba7d 100644 (file)
@@ -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())