From db1d641de8bab0e5a41b4309fbb48b978900ef7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Pedro?= Date: Sat, 13 Jan 2018 16:15:43 +0000 Subject: [PATCH] IL2CPU.Compiler -> IL2CPU. --- Tests/Cosmos.TestRunner.Core/Engine.Helpers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Cosmos.TestRunner.Core/Engine.Helpers.cs b/Tests/Cosmos.TestRunner.Core/Engine.Helpers.cs index 6f9ce79a9..7db9e3e91 100644 --- a/Tests/Cosmos.TestRunner.Core/Engine.Helpers.cs +++ b/Tests/Cosmos.TestRunner.Core/Engine.Helpers.cs @@ -223,7 +223,7 @@ namespace Cosmos.TestRunner.Core xArgs.AddRange(xReferences.Select(aReference => "References:" + aReference)); bool xUsingUserkit = false; - string xIL2CPUPath = Path.Combine(FindCosmosRoot(), "..", "IL2CPU", "source", "IL2CPU.Compiler"); + string xIL2CPUPath = Path.Combine(FindCosmosRoot(), "..", "IL2CPU", "source", "IL2CPU"); if (!Directory.Exists(xIL2CPUPath)) { xUsingUserkit = true;