提交 ad32270a 编写于 作者: V vladres

Fix a typo in the test SaneHashCode (changeset 1408025)

上级 9b2b97f2
......@@ -57,7 +57,7 @@ public void Ctor1()
// so we need a way to disable these tests during such correctness validation.
#if !DISABLE_GOOD_HASH_TESTS
[Fact(Skip = "1118027"), WorkItem(1118027)]
[Fact]
public void SaneHashCode()
{
var hash1 = new FileLinePositionSpan("C:\\foo.cs", new LinePosition(1, 2), new LinePosition(3, 5)).GetHashCode();
......@@ -71,7 +71,7 @@ public void SaneHashCode()
Assert.NotEqual(hash1, hash3);
Assert.NotEqual(hash3, hash4);
Assert.NotEqual(hash4, hash5);
Assert.NotEqual(hash6, hash6);
Assert.NotEqual(hash5, hash6);
}
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册