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/Mono.Linker.Tests/Tests/TypeNameResolverTests.cs')
-rw-r--r--test/Mono.Linker.Tests/Tests/TypeNameResolverTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/Tests/TypeNameResolverTests.cs b/test/Mono.Linker.Tests/Tests/TypeNameResolverTests.cs
index 8bda61089..de3759d46 100644
--- a/test/Mono.Linker.Tests/Tests/TypeNameResolverTests.cs
+++ b/test/Mono.Linker.Tests/Tests/TypeNameResolverTests.cs
@@ -83,6 +83,6 @@ namespace Mono.Linker.Tests
Assert.IsNull (TypeParser.ParseTypeName (", System"));
}
- class GenericType<T1, T2> { }
+ sealed class GenericType<T1, T2> { }
}
}