Skip to content

Commit

Permalink
IL2CPU.Compiler -> IL2CPU.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Jan 13, 2018
1 parent c1b4027 commit db1d641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Cosmos.TestRunner.Core/Engine.Helpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ private void RunIL2CPU(string kernelFileName, string outputFile)
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;
Expand Down

0 comments on commit db1d641

Please sign in to comment.