Fix transition test to support allocation site info.
BUG= Review URL: https://codereview.chromium.org/15270002 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14716 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
80da843e22
commit
d7427aa938
@ -68,7 +68,7 @@ for (j = 0; j < iteration_count; ++j) {
|
||||
for (i = 0; i < 0x40000; ++i) {
|
||||
a5[i] = 0;
|
||||
}
|
||||
assertTrue(%HasFastSmiElements(a5));
|
||||
assertTrue(%HasFastSmiElements(a5) || %HasFastDoubleElements(a5));
|
||||
transition1(a5, 0, 2.5);
|
||||
assertEquals(2.5, a5[0]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user