| Index: test/mjsunit/assert-opt-and-deopt.js
|
| diff --git a/test/mjsunit/assert-opt-and-deopt.js b/test/mjsunit/assert-opt-and-deopt.js
|
| index c79d92349eb009f799db7993e47a0014092cbbec..fa38ae3e56d381e093ead620e453ac94288bc29b 100644
|
| --- a/test/mjsunit/assert-opt-and-deopt.js
|
| +++ b/test/mjsunit/assert-opt-and-deopt.js
|
| @@ -25,7 +25,8 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -// Flags: --allow-natives-syntax --noparallel-recompilation
|
| +// Flags: --allow-natives-syntax
|
| +%SetFlags("--noparallel-recompilation");
|
|
|
| /**
|
| * This class shows how to use %GetOptimizationCount() and
|
|
|