Bug 1892041 - Part 2: Update test262. r=spidermonkey-reviewers,dminor
[gecko.git] / js / src / tests / test262 / built-ins / RegExp / 15.10.4.1-4.js
blob3a0ab843213cf712f3d1455a9974be666ecd401c
1 // Copyright (c) 2012 Ecma International.  All rights reserved.
2 // This code is governed by the BSD license found in the LICENSE file.
4 /*---
5 es5id: 15.10.4.1-4
6 description: RegExp - the SyntaxError is not thrown when flags is 'gim'
7 ---*/
9 var regExpObj = new RegExp('abc', 'gim');
11 reportCompare(0, 0);