Added a testcase for defining and using lambdas in the expression parser.
authorSean Callanan <scallanan@apple.com>
Fri, 15 Apr 2016 00:26:32 +0000 (00:26 +0000)
committerSean Callanan <scallanan@apple.com>
Fri, 15 Apr 2016 00:26:32 +0000 (00:26 +0000)
commit812e5595890da74e531c47b90db8ddd24b57fe8c
treeaf0fc8f9c48b3a20a4bd97c92bd09e586a73d606
parenteb1e321239a82993e5f94064704fd74b762a4710
Added a testcase for defining and using lambdas in the expression parser.

<rdar://problem/25739133>

llvm-svn: 266397
lldb/packages/Python/lldbsuite/test/lang/cpp/lambdas/TestLambdas.py [new file with mode: 0644]
lldb/packages/Python/lldbsuite/test/lang/cpp/lambdas/main.cpp [new file with mode: 0644]