backend/tests: do not check output in main_exception

This commit is contained in:
Svyatoslav Scherbina
2016-12-02 11:50:07 +07:00
committed by SvyatoslavScherbina
parent f4014b0f29
commit aecbe0e5f6
+2 -1
View File
@@ -622,7 +622,8 @@ task args0(type: RunKonanTest) {
}
task main_exception(type: RunKonanTest) {
goldValue = "Uncaught exception from Kotlin's main: Throwable\n"
// TODO: cannot currently check the output because the exact stacktrace strings are unpredictable.
// goldValue = "Uncaught exception from Kotlin's main: Throwable\n"
source = "runtime/basic/main_exception.kt"
}