Skip to content

Commit 5e8c6d4

Browse files
committed
Fix typo in a test case.
1 parent 57183fc commit 5e8c6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Tests/SwiftLexicalLookupTest/NameLookupTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ final class testNameLookup: XCTestCase {
896896
references: [
897897
"2️⃣": [],
898898
"3️⃣": [.fromScope(GenericParameterClauseSyntax.self, expectedNames: ["1️⃣"])],
899-
"4️⃣": [],
899+
"5️⃣": [],
900900
"6️⃣": [.fromScope(GenericParameterClauseSyntax.self, expectedNames: ["4️⃣"])],
901901
],
902902
expectedResultTypes: .all(GenericParameterSyntax.self)

0 commit comments

Comments
 (0)