aboutsummaryrefslogtreecommitdiff
path: root/test/run-tests.js
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2018-03-11 05:11:12 +0800
committerGitHub <noreply@github.com>2018-03-11 05:11:12 +0800
commitfc6ebd04a59024dfd3b40b43825a007c62bac2b3 (patch)
treec64055b5a80e2374f47b841754d051348db594d3 /test/run-tests.js
parent7e00a1274139e65ad82d8938b816602aedb5d318 (diff)
downloadtracifyjs-fc6ebd04a59024dfd3b40b43825a007c62bac2b3.tar.gz
tracifyjs-fc6ebd04a59024dfd3b40b43825a007c62bac2b3.zip
preserve case when `inline_script` (#2991)
fixes #2989
Diffstat (limited to 'test/run-tests.js')
-rwxr-xr-xtest/run-tests.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/run-tests.js b/test/run-tests.js
index dcc7cc1e..1b146e86 100755
--- a/test/run-tests.js
+++ b/test/run-tests.js
@@ -343,7 +343,6 @@ function parse_test(file) {
}
function make_code(ast, options) {
- options.inline_script = true;
var stream = U.OutputStream(options);
ast.print(stream);
return stream.get();