Skip to content

Commit b5a4736

Browse files
committed
move files (2)
1 parent 6bd6d30 commit b5a4736

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
@@ -687,7 +687,7 @@ let ``Check use of type provider that provides calls to F# code`` () =
687687
["Configuration", "Release"]
688688
#endif
689689
let options =
690-
ProjectCracker.GetProjectOptionsFromProjectFile (Path.Combine(Path.Combine(Path.Combine(__SOURCE_DIRECTORY__, "data"),"TestProject","TestProject.fsproj"), config)
690+
ProjectCracker.GetProjectOptionsFromProjectFile (Path.Combine(Path.Combine(Path.Combine(__SOURCE_DIRECTORY__, "data"),"TestProject"),"TestProject.fsproj"), config)
691691

692692
printfn "options = %A" options
693693

0 commit comments

Comments
 (0)