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

Commitf08dd58

Browse files
committed
fix tests
1 parentce35d6d commitf08dd58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎vsintegration/tests/unittests/DocumentDiagnosticAnalyzerTests.fs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ let x = 3
263263
let y = (*start*)x(*end*) 4
264264
let arr = [| 1; 2; 3 |]
265265
""",
266-
expectedMessage="This value is not a function and cannot be applied")
266+
expectedMessage="This value is not a function and cannot be applied. But the given value has an indexer. Did you intend to call obj.[index] instead of obj[index]?")
267267

268268
[<Test>]
269269
memberpublicthis.Multiline_Bug5449()=
@@ -272,7 +272,7 @@ let arr = [| 1; 2; 3 |]
272272
let f x = x + 1
273273
let r = (*start*)f 3(*end*) 4
274274
""",
275-
expectedMessage="This value is not a function and cannot be applied")
275+
expectedMessage="This value is not a function and cannot be applied.")
276276

277277
[<Test>]
278278
memberpublicthis.InComputationExpression_Bug6095_A()=

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp