JS backend: cleanup code.

Drop Kotlin.toString and jet.sure.
This commit is contained in:
develar
2013-08-06 17:24:48 +04:00
committed by Zalim Bashorov
parent f1c258f601
commit 0341d875a9
3 changed files with 1 additions and 19 deletions
@@ -33,7 +33,7 @@ var JsTests = (function () {
}
catch (fail) {
if (fail != failedTest) {
reporter.reportError("Unexpected exception " + Kotlin.toString(fail));
reporter.reportError("Unexpected exception " + fail);
}
reporter.testFail(testName);
return;