Skip to content

Commit 2a6451b

Browse files
committed
Cleanup
1 parent 4ebc64c commit 2a6451b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/ParallelTypeCheckingTests/ComponentTests_args.txt renamed to tests/ParallelTypeCheckingTests/Tests/ComponentTests_args.txt

File renamed without changes.

tests/ParallelTypeCheckingTests/Tests/TestCompilationFromCmdlineArgs.fs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ type Codebase =
1919

2020
let codebases =
2121
[|
22-
{WorkDir = @"$CODE_ROOT$\src\compiler"; Path = @"c:\projekty\fsharp\heuristic\tests\ParallelTypeCheckingTests\Tests\FCS.txt"; Limit = None}
22+
{WorkDir = @"$CODE_ROOT$\src\compiler"; Path = $@"{__SOURCE_DIRECTORY__}\FCS.txt"; Limit = None}
23+
// TODO Update args and uncomment
24+
// {WorkDir = @"$CODE_ROOT$\tests\FSharp.Compiler.ComponentTests"; Path = $@"{__SOURCE_DIRECTORY__}\ComponentTests_args.txt"; Limit = None}
2325
|]
2426

2527
/// A very hacky way to setup the given type-checking method - mutates static state and returns new args

0 commit comments

Comments
 (0)