Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornosami <jasonimison@gmail.com>2017-06-07 13:57:43 +0300
committernosami <jasonimison@gmail.com>2017-06-07 13:57:43 +0300
commit09c8bd9533a345a114fc0019ad5d4f9511533d86 (patch)
tree0b24bfa2d2e421f4b4d7a59c3ab1b39e47c7bc5b
parentd58fe0a9df267a34d1164c54543a6cb851bb7204 (diff)
-rw-r--r--main/external/fsharpbinding/MonoDevelop.FSharp.Tests/Interactive.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/Interactive.fs b/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/Interactive.fs
index a3bc96752c..91c1e6913d 100644
--- a/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/Interactive.fs
+++ b/main/external/fsharpbinding/MonoDevelop.FSharp.Tests/Interactive.fs
@@ -95,7 +95,7 @@ module Interactive =
use monitor = new ConsoleProgressMonitor()
use! sol = Services.ProjectService.ReadWorkspaceItem (monitor, sln |> FilePath) |> Async.AwaitTask
use project = sol.GetAllItems<FSharpProject> () |> Seq.head
- printfn "found project"
+ do! project.ReevaluateProject monitor
project.GetOrderedReferences()
|> List.iter (fun a -> session.SendInput (sprintf @"#r ""%s"";;" a.Path))
let finished = new AutoResetEvent(false)