From: Anthony Van de Gejuchte Date: Fri, 18 Dec 2015 14:25:24 +0000 (+0100) Subject: Disable loop optimization for parse-only tests X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=0cabedc52617cef9623627b390703c011ab6c0b6;p=UglifyJS.git Disable loop optimization for parse-only tests --- diff --git a/test/compress/loops.js b/test/compress/loops.js index b7194fed..91aa1c5f 100644 --- a/test/compress/loops.js +++ b/test/compress/loops.js @@ -123,6 +123,7 @@ drop_if_else_break_4: { } parse_do_while_with_semicolon: { + options = { loops: false }; input: { do { x(); @@ -134,6 +135,7 @@ parse_do_while_with_semicolon: { } parse_do_while_without_semicolon: { + options = { loops: false }; input: { do { x();