Skip to content

Commit 88581a4

Browse files
committed
test fix
1 parent 922110c commit 88581a4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/Tests/Analyzers.Tests/RCS1213RemoveUnusedMemberDeclarationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class C
119119
{
120120
#region R
121121
122-
#endregion R
122+
#endregion R
123123
}
124124
");
125125
}

src/Tests/CSharp.Tests/SyntaxKindTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,10 @@ public static void DetectNewSyntaxKinds()
595595
case SyntaxKind.RefStructConstraint:
596596
// new in 4.12.0
597597
case SyntaxKind.FieldExpression:
598+
// new in 4.14.0
599+
case SyntaxKind.ExtensionKeyword:
600+
case SyntaxKind.ExtensionDeclaration:
601+
case SyntaxKind.IgnoredDirectiveTrivia:
598602
{
599603
break;
600604
}

0 commit comments

Comments
 (0)