Skip to content

Commit

Permalink
Minor: move non-JPS MPP IC tests under incremental/mpp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyTsvetkov committed Apr 18, 2020
1 parent e1ee75c commit 876d6d2
Show file tree
Hide file tree
Showing 29 changed files with 20 additions and 20 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -1296,10 +1296,10 @@ fun main(args: Array<String>) {
}

testClass<AbstractIncrementalMultiplatformJvmCompilerRunnerTest> {
model("incremental/singleModule/common", extension = null, excludeParentDirs = true)
model("incremental/mpp/allPlatforms", extension = null, excludeParentDirs = true)
}
testClass<AbstractIncrementalMultiplatformJsCompilerRunnerTest> {
model("incremental/singleModule/common", extension = null, excludeParentDirs = true)
model("incremental/mpp/allPlatforms", extension = null, excludeParentDirs = true)
}
}

Expand Down

0 comments on commit 876d6d2

Please sign in to comment.