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
tryXCTSkipIf(type(of:self)==BuildPlanTestCase.self,"Skipping this test since it will be run in subclasses that will provide different build systems to test.")
51
+
tryXCTSkipIf(
52
+
type(of:self)==BuildPlanTestCase.self,
53
+
"Skipping this test since it will be run in subclasses that will provide different build systems to test."
0 commit comments