Skip to content

Commit

Permalink
[MapKit] Fixed cecil tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Soto authored and mandel-macaque committed Oct 10, 2022
1 parent 78d58bc commit 0fe18a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/cecil-tests/AttributeTest.cs
Expand Up @@ -337,6 +337,10 @@ static bool IgnoreElementsThatDoNotExistInThatAssembly (string member)
case "CoreWlan.CWNetwork.Copy":
case "CoreWlan.CWNetworkProfile.Copy":
case "CoreWlan.CWNetworkProfile.MutableCopy":
case "MapKit.MKMapFeatureAnnotation.SetCoordinate":
case "MapKit.MKMapFeatureAnnotation.get_Coordinate":
case "MapKit.MKMapFeatureAnnotation.get_Subtitle":
case "MapKit.MKMapFeatureAnnotation.get_Title":
return true;
}
// Generator Bug/Limitation - Related to ^, Wrapper protocol get/set with attributes
Expand Down

0 comments on commit 0fe18a1

Please sign in to comment.