TEST: enabled hello2 test case

This commit is contained in:
Konstantin Anisimov
2016-11-11 14:15:50 +03:00
committed by vvlevchenko
parent 4a0b78f7b4
commit fa3943c8bd
-2
View File
@@ -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) {