]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - tests/mozilla/js1_2/function/function-001-n.js
JavaScriptCore-1218.tar.gz
[apple/javascriptcore.git] / tests / mozilla / js1_2 / function / function-001-n.js
index 5ae01a95688d7a1fe7bb3e2c922e584af1eaebcb..99e0442292b5fc9f00b42b5d58a23d9bf4eac59a 100644 (file)
@@ -53,7 +53,7 @@
     testcases[tc++] = new TestCase(
         SECTION,
         "eval(\"function f(){}function g(){}\")",
-        "error",
+        undefined,
         eval("function f(){}function g(){}") );
 
     test();