From fa3943c8bd5a7b472b51fd0b97a89ced116eae24 Mon Sep 17 00:00:00 2001 From: Konstantin Anisimov Date: Fri, 11 Nov 2016 14:15:50 +0300 Subject: [PATCH] TEST: enabled hello2 test case --- backend.native/tests/build.gradle | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index a1655c17c9e..edb12e10789 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -182,13 +182,11 @@ task hello1(type: RunKonanTest) { source = "runtime/basic/hello1.kt" } -/* task hello2(type: RunKonanTest) { goldValue = "you entered 'Hello World'" testData = "Hello World" source = "runtime/basic/hello2.kt" } -*/ /* TODO: enable, once can call toString() on Int. task hello3(type: RunKonanTest) {