We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc88daa commit 01c65d1Copy full SHA for 01c65d1
src/test/clojure/cljs/build_api_tests.clj
@@ -757,7 +757,7 @@
757
cenv (env/default-compiler-env)]
758
(test/delete-out-files out)
759
(build/build (build/inputs (io/file inputs "trivial/core4.cljs")) opts cenv)
760
- (is (< (.length out-file) 32768))))
+ (is (< (.length out-file) 92160))))
761
762
(deftest lite-mode-vector-code-size-ratchet
763
(testing ":lite-mode + :elide-to-string, should cut output size for [] in 1/2"
0 commit comments