Skip to content

Commit 220829c

Browse files
committed
make tests pass (3)
1 parent d821ab9 commit 220829c

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
@@ -678,7 +678,7 @@ let ``Test expressions of declarations stress big expressions`` () =
678678
[<Test>]
679679
let ``Check use of type provider that provides calls to F# code`` () =
680680
let res =
681-
checker.GetProjectOptionsFromProjectFile (Path.Combine(__SOURCE_DIRECTORY__, @"TestProject\TestProject.fsproj"))
681+
checker.GetProjectOptionsFromProjectFile (Path.Combine(Path.Combine(__SOURCE_DIRECTORY__, "TestProject"),"TestProject.fsproj"))
682682
|> checker.ParseAndCheckProject
683683
|> Async.RunSynchronously
684684

0 commit comments

Comments
 (0)