X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/b37bf2e156556c589aea3e1f58a377f2b1189665..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/tests/mozilla/js1_5/Array/regress-157652.js diff --git a/tests/mozilla/js1_5/Array/regress-157652.js b/tests/mozilla/js1_5/Array/regress-157652.js index 7c61686..226b871 100644 --- a/tests/mozilla/js1_5/Array/regress-157652.js +++ b/tests/mozilla/js1_5/Array/regress-157652.js @@ -116,7 +116,7 @@ var summary = "Testing that Array.sort() doesn't crash on very large arrays"; printBugNumber(bug); printStatus(summary); -// KJS doesn't run out of memory, so we don't expect an abnormal exit code +// JSC doesn't run out of memory, so we don't expect an abnormal exit code //expectExitCode(3); var IN_RHINO = inRhino();