From 66dbb2809da44a25764b6f36a93f911eb1d38017 Mon Sep 17 00:00:00 2001 From: Dawn Perchik Date: Thu, 12 Nov 2015 00:43:22 +0000 Subject: [test] Fix comment. llvm-svn: 252831 --- .../Python/lldbsuite/test/expression_command/options/TestExprOptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python') 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()) -- cgit v1.2.3