Skip to content

Commit 886a858

Browse files
author
dnolen
committed
fix comment test
1 parent 8ddfb80 commit 886a858

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/test/clojure/cljs/compiler_tests.clj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@
7272
(deftest test-cljs-428
7373
(letfn [(check-docs [docs]
7474
(is (= 1 (count (re-seq #"\*/" docs)))))]
75-
(check-docs (with-out-str
76-
(comp/emit-comment "/* multiline comments */" nil)))
75+
(check-docs (with-out-str
76+
(env/ensure
77+
(comp/emit-comment "/* multiline comments */" nil))))
7778
(check-docs (with-out-str
7879
(comp/emit
7980
(ana/analyze aenv

0 commit comments

Comments
 (0)