提交 dd00a106 编写于 作者: C CyrusNajmabadi

Update tests.

上级 9ec95fe4
......@@ -226,11 +226,14 @@ class C
void M()
{
var [|$$v|] = "";
[|v|]();
{|unresolved:v|}();
}
} </Document>
</Project>
</Workspace>, renameTo:="X")
result.AssertLabeledSpansAre("unresolved", type:=RelatedLocationType.UnresolvedConflict)
End Using
End Sub
......@@ -246,11 +249,13 @@ class C
void M()
{
var [|v|] = "";
[|$$v|]();
{|unresolved:v|}();
}
} </Document>
</Project>
</Workspace>, renameTo:="X")
result.AssertLabeledSpansAre("unresolved", type:=RelatedLocationType.UnresolvedConflict)
End Using
End Sub
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册