FIR LT: Add box inline tests for FIR + LT (failing on SMAP so far)

This commit is contained in:
Ilya Chernikov
2022-02-19 21:08:46 +01:00
committed by teamcity
parent ae10346d75
commit bd60d4b2a6
4 changed files with 5701 additions and 1 deletions
@@ -231,6 +231,10 @@ fun generateJUnit5CompilerTests(args: Array<String>) {
model("codegen/boxInline")
}
testClass<AbstractFirLightTreeBlackBoxInlineCodegenTest> {
model("codegen/boxInline")
}
testClass<AbstractFirSteppingTest> {
model("debug/stepping")
}