Skip to content

Commit cb3b9ce

Browse files
committed
fix tests after recent new warning addition (2)
1 parent 50d1d80 commit cb3b9ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/service/ExprTests.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ let ``Test Declarations project1`` () =
392392
"let tyfuncEx1 = Operators.TypeOf<'T> () @ (26,20--26,26)";
393393
"let testILCall1 = new Object() @ (27,18--27,27)";
394394
"let testILCall2 = Console.WriteLine (176) @ (28,18--28,47)";
395-
"let recFuncIgnoresFirstArg(g) (v) = v @ (32,44--32,45)";
395+
"let recFuncIgnoresFirstArg(g) (v) = v @ (32,33--32,34)";
396396
"let recValNeverUsedAtRuntime = [email protected]<Microsoft.FSharp.Core.int>(()) @ (31,8--31,32)";
397397
"let testFun4(unitVar0) = let rec ... in recValNeverUsedAtRuntime @ (36,4--39,28)";
398398
"type ClassWithImplicitConstructor";

0 commit comments

Comments
 (0)