Update test naming

上级 7b3edad5
...@@ -391,7 +391,7 @@ BC30581: 'AddressOf' expression cannot be converted to 'Integer' because 'Intege ...@@ -391,7 +391,7 @@ BC30581: 'AddressOf' expression cannot be converted to 'Integer' because 'Intege
<CompilerTrait(CompilerFeature.IOperation)> <CompilerTrait(CompilerFeature.IOperation)>
<Fact()> <Fact()>
Public Sub AddressOf_BoundMethod_ExposesReceiver() Public Sub BoundMethodGroup_ExposesReceiver()
Dim source = <![CDATA[ Dim source = <![CDATA[
Imports System Imports System
Module Program Module Program
...@@ -432,7 +432,7 @@ BC30491: Expression does not produce a value. ...@@ -432,7 +432,7 @@ BC30491: Expression does not produce a value.
<CompilerTrait(CompilerFeature.IOperation)> <CompilerTrait(CompilerFeature.IOperation)>
<Fact()> <Fact()>
Public Sub AddressOf_BoundProperty_ExposesReceiver() Public Sub BoundPropertyGroup_ExposesReceiver()
Dim source = <![CDATA[ Dim source = <![CDATA[
Option Strict Off Option Strict Off
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册