Skip to content

Commit

Permalink
compileExeAndRun
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarfgp committed Nov 20, 2023
1 parent 72ca9b2 commit 6f105d5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ consoleLogger.Log("Hello World")
"""
|> withOptions [ "--nowarn:3536" ; "--nowarn:3535" ]
|> withLangVersion80
|> compile
|> compileExeAndRun
|> shouldSucceed

[<FactForNETCOREAPP>]
Expand All @@ -294,7 +294,7 @@ consoleLogger.Log("Hello World")
"""
|> withOptions [ "--nowarn:3536" ; "--nowarn:3535" ]
|> withLangVersion80
|> compile
|> compileExeAndRun
|> shouldSucceed

[<FactForNETCOREAPP>]
Expand All @@ -314,5 +314,5 @@ let consoleLogger =
consoleLogger.Log("Hello World")
"""
|> withLangVersion80
|> compile
|> compileExeAndRun
|> shouldSucceed

0 comments on commit 6f105d5

Please sign in to comment.