Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update single-test.fs
removed some printfns
  • Loading branch information
KevinRansom authored Jul 10, 2019
commit df51a223e50cc20c934c49d772dc0996849558a8
2 changes: 0 additions & 2 deletions tests/fsharp/single-test.fs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ let singleVersionedNegTest (cfg: TestConfig) version testname =

if fileExists cfg (testname + "-pre.fs")
then
printfn "Here"
fsc cfg "%s -a -o:%s-pre.dll" cfg.fsc_flags testname [testname + "-pre.fs"]
else ()

Expand All @@ -427,7 +426,6 @@ let singleVersionedNegTest (cfg: TestConfig) version testname =
if cfg.fsc_flags.Contains("--warnaserror-") then String.Empty
else "--warnaserror"

printfn "And Here"
fscAppendErrExpectFail cfg (sprintf "%s.err" testname) """%s --vserrors %s --nologo --maxerrors:10000 -a -o:%s.dll""" cfg.fsc_flags warnaserror testname sources

let diff = fsdiff cfg (sprintf "%s.err" testname) (sprintf "%s.bsl" testname)
Expand Down