Skip to content

Commit 1a22192

Browse files
committed
Update unit tests after the removal of the QualifiedDeclNameSyntax
1 parent f065db6 commit 1a22192

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)