Commits

Devin Coughlin committed b8fded0c8cd
Test: Fix copy-paste error in availability_weak_linking.swift The goal is to test that we can safely cast to an Objective-C protocol that is defined in a missing weakly-linked framework, even when the protocol declaration is missing an availability annotation (this is common in Objective-C frameworks). Swift SVN r30010