Add compiler diagnostic tests for parcelize checkers

This commit is contained in:
Dmitriy Novozhilov
2021-10-26 11:17:59 +03:00
committed by teamcityserver
parent b84ee64994
commit 40d8451698
16 changed files with 220 additions and 48 deletions
@@ -369,6 +369,10 @@ fun main(args: Array<String>) {
testClass<AbstractParcelizeIrBytecodeListingTest> {
model("codegen")
}
testClass<AbstractParcelizeDiagnosticTest> {
model("diagnostics")
}
}
testGroup("plugins/fir/fir-plugin-prototype/tests-gen", "plugins/fir/fir-plugin-prototype/testData") {