Skip to content

Commit dd1b829

Browse files
committed
Update CallerInfoAndComputationExpression.fs
1 parent 5324e51 commit dd1b829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/fsharpqa/Source/Conformance/SpecialAttributesAndTypes/Imported/CallerInfo/CallerInfoAndComputationExpression.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module Program =
2121
return x + y
2222
}
2323

24-
if result <> (((3, Some 21), Some 20), Some 19) then
24+
if result <> (((3, Some 21), Some 21), Some 21) then
2525
failwith "Unexpected F# CallerLineNumber"
2626

2727
0

0 commit comments

Comments
 (0)