Skip to content

Commit 01c65d1

Browse files
committed
fix trivial output size for vector not in :lite-mode/:elide-to-string
1 parent cc88daa commit 01c65d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/clojure/cljs/build_api_tests.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@
757757
cenv (env/default-compiler-env)]
758758
(test/delete-out-files out)
759759
(build/build (build/inputs (io/file inputs "trivial/core4.cljs")) opts cenv)
760-
(is (< (.length out-file) 32768))))
760+
(is (< (.length out-file) 92160))))
761761

762762
(deftest lite-mode-vector-code-size-ratchet
763763
(testing ":lite-mode + :elide-to-string, should cut output size for [] in 1/2"

0 commit comments

Comments
 (0)