tests: disable method_call test until #74 won't be applied
This commit is contained in:
@@ -141,10 +141,10 @@ task run() {
|
||||
task sum (type:UnitKonanTest) {
|
||||
source = "codegen/function/sum.kt"
|
||||
}
|
||||
|
||||
task method_call(type: UnitKonanTest) {
|
||||
source = "codegen/object/method_call.kt"
|
||||
}
|
||||
// FIXME (https://github.com/JetBrains/kotlin-native/pull/74)
|
||||
//task method_call(type: UnitKonanTest) {
|
||||
// source = "codegen/object/method_call.kt"
|
||||
//}
|
||||
|
||||
task fields(type: UnitKonanTest) {
|
||||
source = "codegen/object/fields.kt"
|
||||
|
||||
Reference in New Issue
Block a user