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/XmlText.cs')
-rw-r--r--test/ILLink.RoslynAnalyzer.Tests/XmlText.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ILLink.RoslynAnalyzer.Tests/XmlText.cs b/test/ILLink.RoslynAnalyzer.Tests/XmlText.cs
index 93557e74b..61d82465c 100644
--- a/test/ILLink.RoslynAnalyzer.Tests/XmlText.cs
+++ b/test/ILLink.RoslynAnalyzer.Tests/XmlText.cs
@@ -8,7 +8,7 @@ using Microsoft.CodeAnalysis.Text;
namespace ILLink.RoslynAnalyzer.Tests
{
- class XmlText : AdditionalText
+ sealed class XmlText : AdditionalText
{
public override string Path { get; }