Skip to content

Commit 9e6c871

Browse files
committed
Run all compilation phases in tests
1 parent c9c4adc commit 9e6c871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ParallelTypeCheckingTests/Tests/TestCompilationFromCmdlineArgs.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ let internal TestCompilerFromArgs (config: Args) : unit =
6767

6868
try
6969
let args = setupParsed config
70-
let exit: int = CommandLineMain.mainAux (args, true, Some exiter)
70+
let exit: int = CommandLineMain.mainAux (args, false, Some exiter)
7171
Assert.That(exit, Is.Zero)
7272
finally
7373
Environment.CurrentDirectory <- oldWorkDir

0 commit comments

Comments
 (0)