Skip to content

Commit 4ea4705

Browse files
committed
revert some changes
1 parent 57292eb commit 4ea4705

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/fsharp/single-test.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ let singleTestBuildAndRunCore cfg copyFiles p =
219219
let projectBody = generateProjectArtifacts pc targetFramework cfg.BUILD_CONFIG
220220
emitFile projectFileName projectBody
221221
use testOkFile = new FileGuard(Path.Combine(directory, "test.ok"))
222-
printfn "executeFsc: cfg.DotNetExe = %s" cfg.DotNetExe
223222
exec { cfg with Directory = directory } cfg.DotNetExe (sprintf "run -f %s" targetFramework)
224223
testOkFile.CheckExists()
225224
executeFsc compilerType targetFramework
@@ -230,7 +229,6 @@ let singleTestBuildAndRunCore cfg copyFiles p =
230229
let projectBody = generateProjectArtifacts pc targetFramework cfg.BUILD_CONFIG
231230
emitFile projectFileName projectBody
232231
use testOkFile = new FileGuard(Path.Combine(directory, "test.ok"))
233-
printfn "executeFsi: cfg.DotNetExe = %s" cfg.DotNetExe
234232
exec { cfg with Directory = directory } cfg.DotNetExe "build /t:RunFSharpScript"
235233
testOkFile.CheckExists()
236234
executeFsi compilerType targetFramework

0 commit comments

Comments
 (0)