Index: test/mjsunit/function-call.js |
diff --git a/test/mjsunit/function-call.js b/test/mjsunit/function-call.js |
index 88df353a60c2ae9f96447c0a765af7e40c482229..35cd532088ade227261e8ace2add97c3cd3c3775 100644 |
--- a/test/mjsunit/function-call.js |
+++ b/test/mjsunit/function-call.js |
@@ -168,6 +168,7 @@ for (var i = 0; i < should_throw_on_null_and_undefined.length; i++) { |
// performed before access to the other parameters, so even if the |
// undefined value is an invalid argument value, it mustn't change |
// the result of the test. |
+ print(i); |
dcarney
2014/01/13 18:35:03
debuggage
|
should_throw_on_null_and_undefined[i].call(null); |
} catch (e) { |
exception = true; |