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/TestCases/TestDatabase.cs')
-rw-r--r--test/Mono.Linker.Tests/TestCases/TestDatabase.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Mono.Linker.Tests/TestCases/TestDatabase.cs b/test/Mono.Linker.Tests/TestCases/TestDatabase.cs
index fbb516153..41f37400a 100644
--- a/test/Mono.Linker.Tests/TestCases/TestDatabase.cs
+++ b/test/Mono.Linker.Tests/TestCases/TestDatabase.cs
@@ -158,9 +158,7 @@ namespace Mono.Linker.Tests.TestCases
public static TestCaseCollector CreateCollector ()
{
- string rootSourceDirectory;
- string testCaseAssemblyPath;
- GetDirectoryPaths (out rootSourceDirectory, out testCaseAssemblyPath);
+ GetDirectoryPaths (out string rootSourceDirectory, out string testCaseAssemblyPath);
return new TestCaseCollector (rootSourceDirectory, testCaseAssemblyPath);
}