Fix TestAppleTypesIsProduced after r324226
authorFrederic Riss <friss@apple.com>
Wed, 21 Feb 2018 06:20:03 +0000 (06:20 +0000)
committerFrederic Riss <friss@apple.com>
Wed, 21 Feb 2018 06:20:03 +0000 (06:20 +0000)
commit9c4db3bc2bcb13bd00c9ad047f8a0bb72e239573
tree370486c7f3476591d20e369cb97322c5aec0be34
parent0d9c9bef4e903b4b369d50c9952e056a3c4508ae
Fix TestAppleTypesIsProduced after r324226

This test was accessing self.debug_info, which doesn't exist anymore. For
some reason the macOS bots are skipping this test because they think the
compiler is not clang. We'll look into this separately.

llvm-svn: 325666
lldb/packages/Python/lldbsuite/test/macosx/debug-info/apple_types/TestAppleTypesIsProduced.py