mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[SE-0112] Rename ErrorProtocol to Error.
This is bullet (5) of the proposed solution in SE-0112, and the last major piece to be implemented.
This commit is contained in:
@@ -315,4 +315,4 @@ TEST(FuzzyStringMatcher, ShortUnconnectedMatches) {
|
||||
FuzzyStringMatcher m("abcd");
|
||||
EXPECT_GT(m.scoreCandidate("xaxbxcdxxxxxx"), m.scoreCandidate("xaxbxcxd"));
|
||||
EXPECT_GT(m.scoreCandidate("xaxbxc_d"), m.scoreCandidate("xaxbxcxd"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user