Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Actually track LabelEquals.cs this time
Browse files Browse the repository at this point in the history
  • Loading branch information
foxtrek64 committed Mar 24, 2019
1 parent 98f00a0 commit d836988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void Equals_IEquatable()
IEquatable<Label> label1 = new Label();
Label label2 = new Label();

label1.Equals(label2);
Assert.True(label1.Equals(label2));
}
}
}

0 comments on commit d836988

Please sign in to comment.