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,22 +0,0 @@
import org.jetbrains.kotlin.*
task codegen_blackbox_storeStackBeforeInline_differentTypes (type: RunExternalTest) {
source = "codegen/blackbox/storeStackBeforeInline/differentTypes.kt"
}
task codegen_blackbox_storeStackBeforeInline_primitiveMerge (type: RunExternalTest) {
source = "codegen/blackbox/storeStackBeforeInline/primitiveMerge.kt"
}
task codegen_blackbox_storeStackBeforeInline_simple (type: RunExternalTest) {
source = "codegen/blackbox/storeStackBeforeInline/simple.kt"
}
task codegen_blackbox_storeStackBeforeInline_unreachableMarker (type: RunExternalTest) {
source = "codegen/blackbox/storeStackBeforeInline/unreachableMarker.kt"
}
task codegen_blackbox_storeStackBeforeInline_withLambda (type: RunExternalTest) {
source = "codegen/blackbox/storeStackBeforeInline/withLambda.kt"
}