disable reminify()

fix-up for #2708
This commit is contained in:
alexlamsl
2018-01-07 20:56:36 +08:00
parent 7a8eff62ca
commit 4b1799ecdd
5 changed files with 15 additions and 4 deletions

View File

@@ -208,9 +208,6 @@ function run_compress_tests() {
});
return false;
}
if (!reminify(test.options, input_code, input_formatted, test.expect_stdout)) {
return false;
}
}
return true;
}