Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenantX committed Aug 21, 2024
1 parent 5c34df4 commit b7a71ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnalyzerTest/MainTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ static void Main()
sv = new SyncVar<int>();
}
}
", Verify.Diagnostic().WithLocation(1, 7));
", Verify.Diagnostic().WithSpan(11, 9, 11, 32));
}
}

0 comments on commit b7a71ca

Please sign in to comment.