You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tests] Don't use invalid module to satisfy canImport check (swiftlang#7647)
Stop using a fake invalid module to satisfy `canImport` check for
testing as swift compiler will start to evaluate such checks to false in
the future.
Instead, using a valid swift interfacefile to satisify the external
module import dependency.
0 commit comments