| Index: test/mjsunit/function-call.js
|
| diff --git a/test/mjsunit/function-call.js b/test/mjsunit/function-call.js
|
| index 06479ad4e826a3e94f40770f2d965d367197c81d..a288951b4d80539e5fd67ec6a289a70c0049e680 100644
|
| --- a/test/mjsunit/function-call.js
|
| +++ b/test/mjsunit/function-call.js
|
| @@ -353,7 +353,7 @@ for (var j = 0; j < reducing_functions.length; j++) {
|
|
|
| // Object.prototype.toString()
|
| assertEquals(Object.prototype.toString.call(null),
|
| - '[object Null]')
|
| + '[object Null]');
|
|
|
| assertEquals(Object.prototype.toString.call(undefined),
|
| - '[object Undefined]')
|
| + '[object Undefined]');
|
|
|