Commits

Joe Groff committed 6702e263688
Remove uninteresting cases from guaranteed_self test. Enums and operator protocol requirements don't follow any unique code paths affected by guaranteed self; they only involve type-level methods (case constructors for enums, and the implicitly static witness method for operator requirements). Swift SVN r24429