summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/asm-function-mismatch-use.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/message/asm-function-mismatch-use.js')
-rw-r--r--deps/v8/test/message/asm-function-mismatch-use.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/message/asm-function-mismatch-use.js b/deps/v8/test/message/asm-function-mismatch-use.js
index 9aab940d7d..0f0935af88 100644
--- a/deps/v8/test/message/asm-function-mismatch-use.js
+++ b/deps/v8/test/message/asm-function-mismatch-use.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: --validate-asm --no-stress-opt --no-stress-validate-asm --no-suppress-asm-messages --fast-validate-asm
+// Flags: --validate-asm --no-stress-opt --no-stress-validate-asm --no-suppress-asm-messages
// Violates asm.js because {g} has return type different from use of {g} in {f}.