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,26 +0,0 @@
import org.jetbrains.kotlin.*
task codegen_blackbox_hashPMap_empty (type: RunExternalTest) {
source = "codegen/blackbox/hashPMap/empty.kt"
}
task codegen_blackbox_hashPMap_manyNumbers (type: RunExternalTest) {
source = "codegen/blackbox/hashPMap/manyNumbers.kt"
}
task codegen_blackbox_hashPMap_rewriteWithDifferent (type: RunExternalTest) {
source = "codegen/blackbox/hashPMap/rewriteWithDifferent.kt"
}
task codegen_blackbox_hashPMap_rewriteWithEqual (type: RunExternalTest) {
source = "codegen/blackbox/hashPMap/rewriteWithEqual.kt"
}
task codegen_blackbox_hashPMap_simplePlusGet (type: RunExternalTest) {
source = "codegen/blackbox/hashPMap/simplePlusGet.kt"
}
task codegen_blackbox_hashPMap_simplePlusMinus (type: RunExternalTest) {
source = "codegen/blackbox/hashPMap/simplePlusMinus.kt"
}