Skip to content

Commit 10569a6

Browse files
authored
Merge pull request #2062 from Matejkob/fix-UT-after-QualifiedDeclNameSyntax-removal
Update unit tests after the removal of the `QualifiedDeclNameSyntax`
2 parents f065db6 + 1a22192 commit 10569a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CodeGeneration/Tests/ValidateSyntaxNodes/ValidateSyntaxNodes.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,6 @@ class ValidateSyntaxNodes: XCTestCase {
680680
ValidationFailure(node: .memberType, message: "child 'baseType' should not end with 'Type'"),
681681
ValidationFailure(node: .metatypeType, message: "child 'baseType' should not end with 'Type'"),
682682
ValidationFailure(node: .optionalType, message: "child 'wrappedType' should not end with 'Type'"),
683-
ValidationFailure(node: .qualifiedDeclName, message: "child 'baseType' should not end with 'Type'"),
684683
ValidationFailure(node: .sameTypeRequirement, message: "child 'leftType' should not end with 'Type'"),
685684
ValidationFailure(node: .sameTypeRequirement, message: "child 'rightType' should not end with 'Type'"),
686685
// MARK: Adjective + Expr

0 commit comments

Comments
 (0)