Index: test/mjsunit/for-in-opt.js |
diff --git a/test/mjsunit/for-in-opt.js b/test/mjsunit/for-in-opt.js |
index e458e1d537806bd8924b88457339ff2349f4d972..78c39fdd525a1a1953c50dcd7e7abcaed898ec55 100644 |
--- a/test/mjsunit/for-in-opt.js |
+++ b/test/mjsunit/for-in-opt.js |
@@ -67,7 +67,7 @@ function check_f2() { |
check_f2(); |
check_f2(); |
-// Test lazy deopt after GetPropertyNamesFast |
+// Test lazy deopt after ForInEnumerate |
%OptimizeFunctionOnNextCall(f2); |
deopt_enum = true; |
check_f2(); |