changeset 24751 | ccbd9cd3f720 |
parent 24749 | 1549c85f8200 |
child 24761 | 1b7863853fbc |
--- a/nashorn/test/script/basic/run-octane.js Mon May 05 14:17:20 2014 +0200 +++ b/nashorn/test/script/basic/run-octane.js Tue May 13 11:30:40 2014 +0200 @@ -172,7 +172,6 @@ max_score = Math.max(max_score, scores[x]); } mean_score /= iters; - } catch (e) { print_always("*** Aborted and setting score to zero. Reason: " + e); if (e instanceof java.lang.Throwable) { @@ -286,6 +285,3 @@ load(path + 'base.js'); run_suite(tests_found, iters); - - -