| Index: test/mjsunit/compiler/concurrent-proto-change.js
|
| diff --git a/test/mjsunit/compiler/concurrent-proto-change.js b/test/mjsunit/compiler/concurrent-proto-change.js
|
| index 3abf292c924b19fd2a27c06254972121dfefa08b..e9fcdc69f578ce8f06f664ee97c95ba67dde0e66 100644
|
| --- a/test/mjsunit/compiler/concurrent-proto-change.js
|
| +++ b/test/mjsunit/compiler/concurrent-proto-change.js
|
| @@ -27,12 +27,15 @@
|
|
|
| // Flags: --allow-natives-syntax
|
| // Flags: --concurrent-recompilation --block-concurrent-recompilation
|
| +// Flags: --no-always-opt
|
|
|
| if (!%IsConcurrentRecompilationSupported()) {
|
| print("Concurrent recompilation is disabled. Skipping this test.");
|
| quit();
|
| }
|
|
|
| +assertFalse(isAlwaysOptimize());
|
| +
|
| function f(foo) { return foo.bar(); }
|
|
|
| var o = {};
|
|
|