We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f90126f commit 3a3f567Copy full SHA for 3a3f567
ExternalProjects/BizHawk.AnalyzersTests/BizHawk.Analyzer/NoTargetTypedThrowAnalyzerTests.cs
@@ -12,7 +12,7 @@ namespace BizHawk.Tests.Analyzers;
12
public sealed class NoTargetTypedThrowAnalyzerTests
13
{
14
[TestMethod]
15
- public Task CheckMisuseOfXORAssignment()
+ public Task CheckMisuseOfTargetTypedNewForExceptions()
16
=> Verify.VerifyAnalyzerAsync("""
17
using System;
18
public static class Cases {
0 commit comments