summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorDawn Perchik <dawn@burble.org>2015-11-12 00:43:22 +0000
committerDawn Perchik <dawn@burble.org>2015-11-12 00:43:22 +0000
commit66dbb2809da44a25764b6f36a93f911eb1d38017 (patch)
tree1004592383711394d5961de22ddf2a418fd936a5 /lldb/packages/Python/lldbsuite/test
parent1e16b12dabf9ed3905b8bc23ae0ffdc68d0e94b4 (diff)
downloadbcm5719-llvm-66dbb2809da44a25764b6f36a93f911eb1d38017.tar.gz
bcm5719-llvm-66dbb2809da44a25764b6f36a93f911eb1d38017.zip
[test] Fix comment.
llvm-svn: 252831
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py b/lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py
index 4b813ced70d..00c34820eef 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/options/TestExprOptions.py
@@ -56,7 +56,7 @@ class ExprOptionsTestCase(TestBase):
# test --language on C++ expression using the SB API's
- # Make sure we can evaluate 'ns::func'.
+ # Make sure we can evaluate a C++11 expression.
val = frame.EvaluateExpression('foo != nullptr')
self.assertTrue(val.IsValid())
self.assertTrue(val.GetError().Success())
OpenPOWER on IntegriCloud