[lldb] Import Foundation in TestConflictingDefinition.py
authorJonas Devlieghere <jonas@devlieghere.com>
Fri, 8 Apr 2022 17:04:15 +0000 (10:04 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Fri, 8 Apr 2022 17:46:34 +0000 (10:46 -0700)
commitaf2ea183f5e3301406724bba116a7e200f108b79
treef068436aef14ca20962ef6af33e6dd1fb20d27c6
parent8843245ddd2daf8d6cecc94667c2af83a82284fa
[lldb] Import Foundation in TestConflictingDefinition.py

We need to import foundation to get a 'NSLog' declaration when building
against the iOS SDK. This doesn't appear necessary when building against
the macOS SDK, presumable because it gets transitively imported by
objc/NSObject.h
lldb/test/API/lang/objc/conflicting-definition/Test/Test.m
lldb/test/API/lang/objc/conflicting-definition/TestExt/TestExt.m