We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f21c01 commit a5553b5Copy full SHA for a5553b5
1 file changed
src/test/resources/clojure/data/xml/cljs_testsuite.clj
@@ -34,7 +34,9 @@
34
35
(defn run-testsuite! [dir]
36
(System/setProperty "nashorn.persistent.code.cache" "target/nashorn_code_cache")
37
- (let [engine (repl-nh/create-engine)]
+ (let [engine (repl-nh/create-engine
38
+ ;; wait for upgrade to more recent jdk8
39
+ :code-cache false)]
40
(println "INFO" "Running nashorn-repl with" (System/getProperty "nashorn.persistent.code.cache"))
41
(compile-testsuite! dir)
42
(.eval engine (io/reader (io/file dir "tests.reopt.js")))
0 commit comments