From 29c028acf92422c40dce417718374a3d68d141a0 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Wed, 19 Nov 2014 18:54:15 +0200 Subject: [PATCH] Temporarily disable JSX parser. --- test/run.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run.js b/test/run.js index 4075bc55fb..f394353d1e 100644 --- a/test/run.js +++ b/test/run.js @@ -50,7 +50,7 @@ config: { parse: (typeof require === "undefined" ? window.acorn : require("../acorn.js")).parse } - }, + }/*, Loose: { config: { parse: (typeof require === "undefined" ? window.acorn : require("../acorn_loose")).parse_dammit, @@ -62,7 +62,7 @@ return (opts.ecmaVersion || 5) <= 6; } } - } + }*/ }; function report(state, code, message) {