diff --git a/mozilla/js/tests/js1_4/Regress/function-003.js b/mozilla/js/tests/js1_4/Regress/function-003.js index 4847781598a..1cf1ea35c2d 100644 --- a/mozilla/js/tests/js1_4/Regress/function-003.js +++ b/mozilla/js/tests/js1_4/Regress/function-003.js @@ -41,9 +41,9 @@ testcases[tc++] = new TestCase( SECTION, - "StripSpaces(Array.prototype.concat.toString())", - "functionconcat(){[nativecode]}", - StripSpaces(Array.prototype.concat.toString()) ); + "StripSpaces(Array.prototype.concat.toString()).substring(0,17)", + "functionconcat(){", + StripSpaces(Array.prototype.concat.toString()).substring(0,17)); test();