| Index: test/webkit/fast/js/parser-syntax-check.js
|
| diff --git a/test/webkit/fast/js/parser-syntax-check.js b/test/webkit/fast/js/parser-syntax-check.js
|
| index a3fef13474c7ac94b8d6ef53f2da1f2c3387d6c3..c00374506db2505a421e207fce272112e04c6e9d 100644
|
| --- a/test/webkit/fast/js/parser-syntax-check.js
|
| +++ b/test/webkit/fast/js/parser-syntax-check.js
|
| @@ -21,6 +21,8 @@
|
| // (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-restrictive-declarations
|
| +
|
| description(
|
| "This test checks that the following expressions or statements are valid ECMASCRIPT code or should throw parse error"
|
| );
|
|
|