Index: test/mjsunit/regexp-not-sticky-yet.js |
diff --git a/test/mjsunit/regexp-not-sticky-yet.js b/test/mjsunit/regexp-not-sticky-yet.js |
index 4186a63fefbe5fd95f7a9cb3e5157939c2a04d3e..2002509d1dc57d8e6133d6a7be01d4519ea22b9a 100644 |
--- a/test/mjsunit/regexp-not-sticky-yet.js |
+++ b/test/mjsunit/regexp-not-sticky-yet.js |
@@ -25,6 +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: --no-harmony-regexps |
// Test that sticky regexp support is not affecting V8 when the |
// --harmony-regexps flag is not on. |