backend/tests: Regenerated external test tasks

This commit is contained in:
Ilya Matveev
2017-01-19 12:40:19 +03:00
parent bfdda21da1
commit d24f966600
209 changed files with 999 additions and 11000 deletions
@@ -1,30 +0,0 @@
import org.jetbrains.kotlin.*
task codegen_blackbox_toArray_kt3177_toTypedArray (type: RunExternalTest) {
source = "codegen/blackbox/toArray/kt3177-toTypedArray.kt"
}
task codegen_blackbox_toArray_returnToTypedArray (type: RunExternalTest) {
source = "codegen/blackbox/toArray/returnToTypedArray.kt"
}
task codegen_blackbox_toArray_toArray (type: RunExternalTest) {
source = "codegen/blackbox/toArray/toArray.kt"
}
task codegen_blackbox_toArray_toArrayAlreadyPresent (type: RunExternalTest) {
source = "codegen/blackbox/toArray/toArrayAlreadyPresent.kt"
}
task codegen_blackbox_toArray_toArrayShouldBePublic (type: RunExternalTest) {
source = "codegen/blackbox/toArray/toArrayShouldBePublic.kt"
}
task codegen_blackbox_toArray_toArrayShouldBePublicWithJava (type: RunExternalTest) {
source = "codegen/blackbox/toArray/toArrayShouldBePublicWithJava.kt"
}
task codegen_blackbox_toArray_toTypedArray (type: RunExternalTest) {
source = "codegen/blackbox/toArray/toTypedArray.kt"
}