提交 f6f88c51 编写于 作者: D David Wrighton

- Code review feedback

上级 e65a6c58
......@@ -1473,6 +1473,7 @@ If such a class is used as a base class and if the deriving class defines a dest
<value>Predefined type '{0}' is not defined or imported</value>
</data>
<data name="ERR_PredefinedValueTupleTypeNotFound" xml:space="preserve">
<!-- We need a specific error code for ValueTuple as an IDE codefix depends on it (AddNuget) -->
<value>Predefined type '{0}' is not defined or imported</value>
</data>
<data name="ERR_PredefinedValueTupleTypeAmbiguous3" xml:space="preserve">
......
......@@ -62,6 +62,10 @@ End Class"
Dim result3 = GetBytesEmitted(source, platform:=Platform.X64, debug:=False)
Dim result4 = GetBytesEmitted(source, platform:=Platform.X64, debug:=False)
AssertEx.Equal(result3, result4)
Dim result5 = GetBytesEmitted(source, platform:=Platform.Arm64, debug:=False)
Dim result6 = GetBytesEmitted(source, platform:=Platform.Arm64, debug:=False)
AssertEx.Equal(result5, result6)
End Sub
<Fact,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册