Skip to content

Commit 4d155eb

Browse files
committed
Fix file creation problem in defsyntaxtest
1 parent 3b5db3f commit 4d155eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clj/src/vim_clojure_static/test.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
test-file (str "tmp/" name ".clj")
9191
syntable (gensym "syntable")]
9292
`(test/deftest ~name
93+
(~io/make-parents ~test-file)
9394
(spit ~test-file "")
9495
(let [~syntable (syn-id-names ~test-file ~@strings)]
9596
~@(map (fn [{:keys [fmt ss λs]}]

0 commit comments

Comments
 (0)