Renamed Kotlin_start to Konan_start.

This commit is contained in:
Alexander Gorshenev
2016-12-01 17:42:54 +03:00
committed by alexander-gorshenev
parent 80e39cb7c9
commit 80c50c24e6
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -615,7 +615,7 @@ task args0(type: RunKonanTest) {
}
task main_exception(type: RunKonanTest) {
goldValue = "Uncaught exception from kotlin main: Throwable\n"
goldValue = "Uncaught exception from Kotlin's main: Throwable\n"
source = "runtime/basic/main_exception.kt"
}