Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/ILLink.RoslynAnalyzer.Tests/TestChecker.cs')
-rw-r--r--test/ILLink.RoslynAnalyzer.Tests/TestChecker.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ILLink.RoslynAnalyzer.Tests/TestChecker.cs b/test/ILLink.RoslynAnalyzer.Tests/TestChecker.cs
index 2c49d205c..750271099 100644
--- a/test/ILLink.RoslynAnalyzer.Tests/TestChecker.cs
+++ b/test/ILLink.RoslynAnalyzer.Tests/TestChecker.cs
@@ -16,7 +16,7 @@ using Xunit;
namespace ILLink.RoslynAnalyzer.Tests
{
- internal class TestChecker : CSharpSyntaxWalker
+ internal sealed class TestChecker : CSharpSyntaxWalker
{
private readonly CSharpSyntaxTree _tree;
private readonly SemanticModel _semanticModel;