Skip to content

Commit

Permalink
Run all compilation phases in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
safesparrow committed Dec 12, 2022
1 parent c9c4adc commit 9e6c871
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ let internal TestCompilerFromArgs (config: Args) : unit =

try
let args = setupParsed config
let exit: int = CommandLineMain.mainAux (args, true, Some exiter)
let exit: int = CommandLineMain.mainAux (args, false, Some exiter)
Assert.That(exit, Is.Zero)
finally
Environment.CurrentDirectory <- oldWorkDir
Expand Down

0 comments on commit 9e6c871

Please sign in to comment.