This test is failing because there's a global symbol "C" in libsystem_c.dylib,
authorJim Ingham <jingham@apple.com>
Wed, 5 Oct 2016 01:09:43 +0000 (01:09 +0000)
committerJim Ingham <jingham@apple.com>
Wed, 5 Oct 2016 01:09:43 +0000 (01:09 +0000)
commitf5fe75a6e0c66d5bb81a6ffd8906d66cb7f34f2f
tree27c678b1c45a5bc2aed43d2aabd43b9f05472c45
parent379359c53a3b0728b4706a58208e9e6520ba31c8
This test is failing because there's a global symbol "C" in libsystem_c.dylib,
and that is defeating the lookup of the "struct C" here.  Adding the bug for that.

llvm-svn: 283287
lldb/packages/Python/lldbsuite/test/lang/cpp/scope/TestCppScope.py