Index: test/mjsunit/math-floor-negative.js |
diff --git a/test/mjsunit/math-floor-negative.js b/test/mjsunit/math-floor-negative.js |
index 4cabff577eafc1f7eb435f0e4b5ae3db27d1e0ae..e39d5ade4b876f816acd15d96968c2b44a788d39 100644 |
--- a/test/mjsunit/math-floor-negative.js |
+++ b/test/mjsunit/math-floor-negative.js |
@@ -25,7 +25,7 @@ |
// (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: --noenable_sse4_1 --allow-natives-syntax |
+// Flags: --noenable-sse4-1 --allow-natives-syntax |
function test1() { |
// Trigger overflow when converting/truncating double to integer. |