| Index: test/mjsunit/regress/regress-crbug-548580.js
|
| diff --git a/test/mjsunit/regress/regress-crbug-548580.js b/test/mjsunit/regress/regress-crbug-548580.js
|
| index 4a2f5e152ffc42a2f87ad6c1f089927807ea5a1d..cf0afff1c905224d5645a70b43a1e82e35e2e86c 100644
|
| --- a/test/mjsunit/regress/regress-crbug-548580.js
|
| +++ b/test/mjsunit/regress/regress-crbug-548580.js
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --harmony-regexps
|
| -
|
| function store(v) {
|
| var re = /(?=[d#.])/;
|
| re.a = v;
|
|
|