Index: test/mjsunit/compiler/shift-shr.js |
diff --git a/test/mjsunit/compiler/shift-shr.js b/test/mjsunit/compiler/shift-shr.js |
index a300b2a5c98dd253c521d8a4097de8576af81c24..52cd370e427161d1bce33431647245c12300ad25 100644 |
--- a/test/mjsunit/compiler/shift-shr.js |
+++ b/test/mjsunit/compiler/shift-shr.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-// Flags: --allow-natives-syntax --noopt-safe-uint32-operations |
+// Flags: --allow-natives-syntax |
// Check the results of `left >>> right`. The result is always unsigned (and |
// therefore positive). |