Skip to content

Commit b3670a6

Browse files
committed
remove stray #_
1 parent 851000f commit b3670a6

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
@@ -821,7 +821,7 @@
821821
(deftest test-cljs-3346-as-alias
822822
(testing "Test that using :as-alias does not load the namespace, and that
823823
a namespace that does not exist on file can be used."
824-
(let [out (.getPath (io/file #_(test/tmp-dir) "cljs-3346-as-alias-out"))]
824+
(let [out (.getPath (io/file (test/tmp-dir) "cljs-3346-as-alias-out"))]
825825
(test/delete-out-files out)
826826
(test/delete-node-modules)
827827
(spit (io/file "package.json") "{}")

0 commit comments

Comments
 (0)