summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/elements-transition-hoisting.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/elements-transition-hoisting.js')
-rw-r--r--deps/v8/test/mjsunit/elements-transition-hoisting.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/test/mjsunit/elements-transition-hoisting.js b/deps/v8/test/mjsunit/elements-transition-hoisting.js
index 2b67b62b92..dcd742e621 100644
--- a/deps/v8/test/mjsunit/elements-transition-hoisting.js
+++ b/deps/v8/test/mjsunit/elements-transition-hoisting.js
@@ -95,8 +95,8 @@ function test_wrapper() {
a[1] = 2.5;
}
a.foo = object; // This map check should NOT be hoistable because it
- // includes a check for the FAST_ELEMENTS map as well as
- // the FAST_DOUBLE_ELEMENTS map, which depends on the
+ // includes a check for the PACKED_ELEMENTS map as well as
+ // the PACKED_DOUBLE_ELEMENTS map, which depends on the
// double transition above in the if, which cannot be
// hoisted.
} while (--count > 0);