We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d821ab9 commit 220829cCopy full SHA for 220829c
tests/service/ExprTests.fs
@@ -678,7 +678,7 @@ let ``Test expressions of declarations stress big expressions`` () =
678
[<Test>]
679
let ``Check use of type provider that provides calls to F# code`` () =
680
let res =
681
- checker.GetProjectOptionsFromProjectFile (Path.Combine(__SOURCE_DIRECTORY__, @"TestProject\TestProject.fsproj"))
+ checker.GetProjectOptionsFromProjectFile (Path.Combine(Path.Combine(__SOURCE_DIRECTORY__, "TestProject"),"TestProject.fsproj"))
682
|> checker.ParseAndCheckProject
683
|> Async.RunSynchronously
684
0 commit comments