diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/NullableReferenceTypesVsPatterns.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/NullableReferenceTypesVsPatterns.cs index 77ca16b45a2f..61af125865a8 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/NullableReferenceTypesVsPatterns.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/NullableReferenceTypesVsPatterns.cs @@ -507,8 +507,7 @@ static void G(string? s) ); } - // https://github.com/dotnet/roslyn/issues/29909: Should only warn on F(x) in `case null`. - [Fact(Skip = "https://github.com/dotnet/roslyn/issues/29909")] + [Fact] [WorkItem(29909, "https://github.com/dotnet/roslyn/issues/29909")] public void PatternSwitch() {