Chromium Code Reviews| Index: test/mjsunit/compiler/eager-deopt-simple.js |
| diff --git a/test/mjsunit/compiler/eager-deopt-simple.js b/test/mjsunit/compiler/eager-deopt-simple.js |
| index 72ca317a50a7cb8656f61ac3b2479ae32300afbb..067400cfc629bdd28b58540f45bcc9dc1c36ecbb 100644 |
| --- a/test/mjsunit/compiler/eager-deopt-simple.js |
| +++ b/test/mjsunit/compiler/eager-deopt-simple.js |
| @@ -9,7 +9,7 @@ function g(a, b, c) { |
| } |
| function f() { |
| - return g(1, (%DeoptimizeNow(), 2), 3); |
| + return g(1, (%_DeoptimizeNow(), 2), 3); |
| } |
| f(); |