| Index: test/mjsunit/es6/regexp-sticky.js
|
| diff --git a/test/mjsunit/harmony/regexp-sticky.js b/test/mjsunit/es6/regexp-sticky.js
|
| similarity index 99%
|
| rename from test/mjsunit/harmony/regexp-sticky.js
|
| rename to test/mjsunit/es6/regexp-sticky.js
|
| index 971adb7fed739f73372d6c2cf49bc4954fda358d..c0633f9173eb645a71b1718fbae6dabc1b7af9ab 100644
|
| --- a/test/mjsunit/harmony/regexp-sticky.js
|
| +++ b/test/mjsunit/es6/regexp-sticky.js
|
| @@ -25,8 +25,6 @@
|
| // (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: --harmony-regexps
|
| -
|
| var re = /foo.bar/;
|
|
|
| assertTrue(!!"foo*bar".match(re));
|
|
|