Skip to content

Commit 8d3553a

Browse files
committed
Correct failing type check tests.
1 parent 93c02f0 commit 8d3553a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/fsharp/typecheck/sigs/neg103.bsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ neg103.fs(21,7,21,9): typecheck error FS0001: This expression was expected to ha
1919
but here has type
2020
'int'
2121

22-
neg103.fs(20,5,20,29): typecheck error FS0025: Incomplete pattern matches on this expression.
22+
neg103.fs(20,5,20,11): typecheck error FS0025: Incomplete pattern matches on this expression.
2323

2424
neg103.fs(25,11,25,19): typecheck error FS0001: This expression was expected to have type
2525
'int'

tests/fsharp/typecheck/sigs/neg103.vsbsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ neg103.fs(21,7,21,9): typecheck error FS0001: This expression was expected to ha
1919
but here has type
2020
'int'
2121

22-
neg103.fs(20,5,20,29): typecheck error FS0025: Incomplete pattern matches on this expression.
22+
neg103.fs(20,5,20,11): typecheck error FS0025: Incomplete pattern matches on this expression.
2323

2424
neg103.fs(25,11,25,19): typecheck error FS0001: This expression was expected to have type
2525
'int'

tests/fsharp/typecheck/sigs/neg104.vsbsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ neg104.fs(8,9,8,30): typecheck error FS0750: This construct may only be used wit
2323

2424
neg104.fs(10,9,10,30): typecheck error FS0750: This construct may only be used within computation expressions
2525

26-
neg104.fs(20,9,20,22): typecheck error FS0025: Incomplete pattern matches on this expression.
26+
neg104.fs(20,9,20,15): typecheck error FS0025: Incomplete pattern matches on this expression.
2727

28-
neg104.fs(23,9,23,22): typecheck error FS0025: Incomplete pattern matches on this expression.
28+
neg104.fs(23,9,23,15): typecheck error FS0025: Incomplete pattern matches on this expression.
2929

3030
neg104.fs(32,21,32,26): typecheck error FS0003: This value is not a function and cannot be applied.
3131

0 commit comments

Comments
 (0)