[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)
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