From ac5cb24bc586dabf71f92da93df95d3d51bad085 Mon Sep 17 00:00:00 2001 From: Rikki Gibson Date: Tue, 16 May 2023 13:41:35 -0700 Subject: [PATCH] Remove missed usage of WRN_CallNotInterceptable --- src/Compilers/CSharp/Test/Syntax/Diagnostics/DiagnosticTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Compilers/CSharp/Test/Syntax/Diagnostics/DiagnosticTest.cs b/src/Compilers/CSharp/Test/Syntax/Diagnostics/DiagnosticTest.cs index be7a293b8323e..d0d00c09bf01f 100644 --- a/src/Compilers/CSharp/Test/Syntax/Diagnostics/DiagnosticTest.cs +++ b/src/Compilers/CSharp/Test/Syntax/Diagnostics/DiagnosticTest.cs @@ -2940,7 +2940,6 @@ public void TestIsBuildOnlyDiagnostic() case ErrorCode.ERR_EncUpdateFailedDelegateTypeChanged: case ErrorCode.ERR_CannotBeConvertedToUtf8: case ErrorCode.ERR_FileTypeNonUniquePath: - case ErrorCode.WRN_CallNotInterceptable: case ErrorCode.ERR_InterceptorSignatureMismatch: case ErrorCode.ERR_InterceptorMustHaveMatchingThisParameter: case ErrorCode.ERR_InterceptorMustNotHaveThisParameter: