X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/b37bf2e156556c589aea3e1f58a377f2b1189665..217a6308cd6a1dc049a0bb69263bd4c91f91c4d0:/tests/mozilla/js1_4/Functions/function-001.js diff --git a/tests/mozilla/js1_4/Functions/function-001.js b/tests/mozilla/js1_4/Functions/function-001.js index c1e6a3d..fd2ceb0 100644 --- a/tests/mozilla/js1_4/Functions/function-001.js +++ b/tests/mozilla/js1_4/Functions/function-001.js @@ -82,7 +82,7 @@ SECTION, "return function.arguments when function contains an arguments property", "PASS", - TestFunction_4( "F", "A", "I", "L" ) +""); + TestFunction_4( "P", "A", "S", "S" ) +""); test(); @@ -100,7 +100,7 @@ } function TestFunction_4( a, b, c, d, e ) { - var arguments = "PASS"; - return TestFunction_4.arguments; + var arguments = "FAIL"; + return Array.prototype.join.call(TestFunction_4.arguments, ""); }