Fix test after r18586
R=verwaest@chromium.org Review URL: https://codereview.chromium.org/138063003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18588 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
644fab247b
commit
be4c1bdac2
@ -30,7 +30,7 @@
|
||||
var c = { x: 2, y: 1 };
|
||||
|
||||
function h() {
|
||||
%MigrateInstance(c);
|
||||
%TryMigrateInstance(c);
|
||||
return 2;
|
||||
}
|
||||
%NeverOptimizeFunction(h);
|
||||
|
Loading…
Reference in New Issue
Block a user