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/TypeNameParserTests.cs')
-rw-r--r--test/Mono.Linker.Tests/Tests/TypeNameParserTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Mono.Linker.Tests/Tests/TypeNameParserTests.cs b/test/Mono.Linker.Tests/Tests/TypeNameParserTests.cs
index b5d124619..177e83276 100644
--- a/test/Mono.Linker.Tests/Tests/TypeNameParserTests.cs
+++ b/test/Mono.Linker.Tests/Tests/TypeNameParserTests.cs
@@ -6,7 +6,7 @@ namespace Mono.Linker.Tests {
[Test]
public void TryParseTypeAssemblyQualifiedName_Null ()
{
- Assert.That (TypeNameParser.TryParseTypeAssemblyQualifiedName (null, out string typeName, out string assemblyName), Is.False);
+ Assert.That (TypeNameParser.TryParseTypeAssemblyQualifiedName (null, out _, out _), Is.False);
}
[Test]