X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/a253471d7f8e4d91bf6ebabab00155c3b387d3d0..93a3786624b2768d89bfa27e46598dc64e2fb70a:/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();