X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/b37bf2e156556c589aea3e1f58a377f2b1189665..HEAD:/tests/mozilla/js1_2/function/function-001-n.js diff --git a/tests/mozilla/js1_2/function/function-001-n.js b/tests/mozilla/js1_2/function/function-001-n.js index 5ae01a9..99e0442 100644 --- a/tests/mozilla/js1_2/function/function-001-n.js +++ b/tests/mozilla/js1_2/function/function-001-n.js @@ -53,7 +53,7 @@ testcases[tc++] = new TestCase( SECTION, "eval(\"function f(){}function g(){}\")", - "error", + undefined, eval("function f(){}function g(){}") ); test();