Skip to content

Commit

Permalink
Patch for issue dotnet#81
Browse files Browse the repository at this point in the history
Issue 81:
dotnet#81
  • Loading branch information
Kostadin committed Sep 4, 2015
1 parent 757f83d commit 894a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XMakeBuildEngine/UnitTests/BackEnd/TaskItemComparer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public int Compare(ITaskItem x, ITaskItem y)
return -1;
}

if (x.CloneCustomMetadata().Count != x.CloneCustomMetadata().Count)
if (x.CloneCustomMetadata().Count != y.CloneCustomMetadata().Count)
{
return -1;
}
Expand Down

0 comments on commit 894a1d7

Please sign in to comment.