提交 f9a721f4 编写于 作者: R Ravi Chande

Update test baselines

Update test baselines to reflect that the conflict resolution span for
an attribute is now the entire span of the attribute.
上级 ca8e378b
...@@ -681,16 +681,16 @@ class Program ...@@ -681,16 +681,16 @@ class Program
using [|$$FooAttribute|] = System.ObsoleteAttribute; using [|$$FooAttribute|] = System.ObsoleteAttribute;
using Bar = System.ContextStaticAttribute; using Bar = System.ContextStaticAttribute;
[{|long:FooAttribute|}] [{|long1:FooAttribute|}]
class C{ } class C{ }
[{|short:Foo|}] [{|short1:Foo|}]
class D{ } class D{ }
[{|long:FooAttribute|}()] [{|long2:FooAttribute|}()]
class B{ } class B{ }
[{|short:Foo|}()] [{|short2:Foo|}()]
class Program class Program
{ {
static void Main(string[] args) static void Main(string[] args)
...@@ -700,8 +700,10 @@ class Program ...@@ -700,8 +700,10 @@ class Program
</Project> </Project>
</Workspace>, renameTo:="BarAttribute") </Workspace>, renameTo:="BarAttribute")
result.AssertLabeledSpansAre("short", "BarAttribute()", RelatedLocationType.ResolvedReferenceConflict) result.AssertLabeledSpansAre("short1", "BarAttribute", RelatedLocationType.ResolvedReferenceConflict)
result.AssertLabeledSpansAre("long", "BarAttributeAttribute()", RelatedLocationType.NoConflict) result.AssertLabeledSpansAre("short2", "BarAttribute()", RelatedLocationType.ResolvedReferenceConflict)
result.AssertLabeledSpansAre("long1", "BarAttribute", RelatedLocationType.NoConflict)
result.AssertLabeledSpansAre("long2", "BarAttribute", RelatedLocationType.NoConflict)
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.
先完成此消息的编辑!
想要评论请 注册