Skip to content

Commit ebe1b26

Browse files
mfikesswannodette
authored andcommitted
CLJS-2124: Self-host: Tests failing wth Could not find tag parser for :cljs.spec.alpha
1 parent 055f39b commit ebe1b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/self/self_parity/test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
(:require [clojure.string :as string]
1919
[cljs.nodejs :as nodejs]
2020
[cljs.js :as cljs]
21-
[cljs.reader :as reader]
21+
[cljs.tools.reader :as reader]
2222
[cljs.stacktrace :as st]))
2323

2424
(def out-dir "builds/out-self-parity")

0 commit comments

Comments
 (0)