Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2237d36

Browse files
committed
fix test
1 parent0dcfa9b commit2237d36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎tests/fsharpqa/Source/Conformance/DeclarationElements/MemberDefinitions/MethodsAndProperties/E_DuplicateProperty01.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// #Regression #Conformance #DeclarationElements #MemberDefinitions #MethodsAndProperties
22
// Regression test for FSHARP1.0:2435 (ICE on duplicate property definitions.)
33
// See also bug FSHARP1.0:4925 (this test will have to be updated once that bug is resolved)
4-
//<Expects span="(10,18-10,29)" status="error">Duplicate method\. The method 'get_Property001' has the same name and signature as another method in type 'NM'</Expects>
4+
//<Expects span="(10,18-10,29)" status="error">Duplicate method\. The method 'get_Property001' has the same name and signature as another method in type 'NM.ClassMembers'</Expects>
55
moduleNM=
66
typeClassMembers()=
77
let mutableadjustableInstanceValue="3"

‎tests/fsharpqa/Source/Conformance/ObjectOrientedTypeDefinitions/StructTypes/E_Overload_Equals.fsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// #Regression #Conformance #ObjectOrientedTypes #Structs #ReqNOMT
22
// Regression test for FSHARP1.0:5223
33
// Overloading of Equals()
4-
//<Expects status="error" span="(7,6-7,8)">Duplicate method\. The method 'Equals' has the same name and signature as another method inthistype\.$</Expects>
4+
//<Expects status="error" span="(7,6-7,8)">Duplicate method\. The method 'Equals' has the same name and signature as another method in type 'S3'\.$</Expects>
55

66
[<Struct>]
77
typeS3=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp