Skip to content

Commit

Permalink
Fix native test
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 5, 2024
1 parent 1b952c5 commit ca67559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sci/test_utils.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
(catch #?(:clj Exception :cljs :default) e
(throw (ex-info (:stderr (ex-data e))
(or (ex-data e) {}))))))]
(edamame/parse-string v {:all true}))
(edamame/parse-string v {:all true
:location? (constantly false)}))
:cljs nil)))

(def submap? u/submap?)
Expand Down

0 comments on commit ca67559

Please sign in to comment.