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
// found non-empty extension graphs with and without extension block symbols -> should throw
439
-
do{
440
-
try loader.loadAll()
441
-
XCTFail("SymbolGraphLoader should throw when encountering a collection of symbol graph files, where some do and some don't use the extension block format")
442
-
}catch{}
439
+
XCTAssertThrowsError(try loader.loadAll(),
440
+
"SymbolGraphLoader should throw when encountering a collection of symbol graph files, where some do and some don't use the extension block format"){ error in
0 commit comments