]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - tests/mozilla/js1_5/Array/regress-157652.js
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / tests / mozilla / js1_5 / Array / regress-157652.js
index 7c6168610a5c2fe6e850c1e3b71329f12e10ac2c..226b871287741061deb043a0b8033988b9950d6d 100644 (file)
@@ -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();