test/script/basic/runsunspider.js

changeset 247
5a3f7867e19c
parent 139
390d44ba90cf
child 475
17a947418e65
     1.1 --- a/test/script/basic/runsunspider.js	Thu May 02 15:01:16 2013 -0300
     1.2 +++ b/test/script/basic/runsunspider.js	Fri May 03 15:33:54 2013 +0200
     1.3 @@ -86,7 +86,7 @@
     1.4  	    changed = true;
     1.5  	}
     1.6      } catch (e) {
     1.7 -	print("error: " + e);
     1.8 +	print("error: " + e.printStackTrace());
     1.9  	if (e.toString().indexOf(tests) == 1) {
    1.10  	    throw e;
    1.11  	}

mercurial