diff --git a/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times/times.fs b/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times/times.fs index 604071cc694..92b952dda93 100644 --- a/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times/times.fs +++ b/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/times/times.fs @@ -72,7 +72,7 @@ module times = Assert.Contains("Duration",consoleContents) - [] + [] let ``times - to csv file`` compilation = let tempPath = Path.Combine(Path.GetTempPath(),Guid.NewGuid().ToString() + ".csv") use _ = {new IDisposable with