提交 dd00a106 编写于 作者: C CyrusNajmabadi

Update tests.

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