Skip to content

Commit f072118

Browse files
committed
revert test change
1 parent e590635 commit f072118

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/test/cljs_cli/cljs_cli/test.clj

+1-2
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@
8787
(let [result (cljs-main "--compile-opts" (pr-str opts)
8888
"--compile" "foo.core")]
8989
(is (zero? (:exit result)))
90-
(is (or (str/blank? (:err result))
91-
(re-find #"unusedPrivateMembers" (:err result)))))))))
90+
(is (str/blank? (:err result))))))))
9291

9392
(deftest test-cljs-2673
9493
(with-repl-env-filter #{"node"}

0 commit comments

Comments
 (0)