[test] Fix comment.

llvm-svn: 252831
This commit is contained in:
Dawn Perchik 2015-11-12 00:43:22 +00:00
parent 1e16b12dab
commit 66dbb2809d
1 changed files with 1 additions and 1 deletions

View File

@ -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())