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
- This is useful in clients which would like to use Swift type inference to
define the `allTests` array. If none of the tests in the class throw, Swift
will infer the type of that array as `(String, (T) -> () -> ())` which is not
convertible to the type expected by the `testCase` method.
- Resolves: https://bugs.swift.org/browse/SR-1589
0 commit comments