提交 02a05a89 编写于 作者: M manishv

Skip recently added compiler test which is failing on build machines. (changeset 1407994)

上级 23ff962b
......@@ -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]
[Fact(Skip = "1118027"), WorkItem(1118027)]
public void SaneHashCode()
{
var hash1 = new FileLinePositionSpan("C:\\foo.cs", new LinePosition(1, 2), new LinePosition(3, 5)).GetHashCode();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册