[minor] fix accidental addition of FirScriptCodegenTestGenerated

This commit is contained in:
Ilya Chernikov
2020-11-02 18:31:50 +01:00
parent 89836a2c9a
commit 497b7ee266
2 changed files with 0 additions and 22 deletions
@@ -541,10 +541,6 @@ fun main(args: Array<String>) {
model("codegen/box", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
}
testClass<AbstractFirScriptCodegenTest> {
model("codegen/script", extension = "kts", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
}
testClass<AbstractFirBlackBoxInlineCodegenTest> {
model("codegen/boxInline", targetBackend = TargetBackend.JVM_IR, excludeDirs = listOf("oldLanguageVersions"))
}