Skip to content

Commit d0f4d57

Browse files
authored
Merge pull request #2393 from dotty-staging/add-strawman-idempotency-checks
Add strawman idempotency checks
2 parents 4c8a950 + 60d2b43 commit d0f4d57

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

collection-strawman

Submodule collection-strawman updated 68 files

compiler/test/dotty/tools/dotc/CompilationTests.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,10 +306,12 @@ class CompilationTests extends ParallelTesting {
306306

307307
def idempotency1() = {
308308
compileList("dotty1", compilerSources ++ backendSources ++ backendJvmSources, opt) +
309+
compileDir("../collection-strawman/src/main", opt) +
309310
compileFilesInDir("../tests/pos", opt)
310311
}
311312
def idempotency2() = {
312313
compileList("dotty1", compilerSources ++ backendSources ++ backendJvmSources, opt) +
314+
compileDir("../collection-strawman/src/main", opt) +
313315
compileFilesInDir("../tests/pos", opt)
314316
}
315317

0 commit comments

Comments
 (0)