Skip to content

Commit 85bab07

Browse files
mfikesswannodette
authored andcommitted
CLJS-1708: Self-host: [iu]nstrument-1 needs to qualify [iu]nstrument-1*
1 parent 39f6d7b commit 85bab07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/cljs/cljs/spec/test.cljc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ returns the set of all symbols naming vars in those nses."
5151
(let [v (ana-api/resolve &env s)]
5252
(when v
5353
(swap! instrumented-vars conj (:name v))
54-
`(let [checked# (instrument-1* ~s (var ~s) ~opts)]
54+
`(let [checked# (cljs.spec.test/instrument-1* ~s (var ~s) ~opts)]
5555
(when checked# (set! ~s checked#))
5656
'~(:name v)))))
5757

@@ -60,7 +60,7 @@ returns the set of all symbols naming vars in those nses."
6060
(let [v (ana-api/resolve &env s)]
6161
(when v
6262
(swap! instrumented-vars disj (:name v))
63-
`(let [raw# (unstrument-1* ~s (var ~s))]
63+
`(let [raw# (cljs.spec.test/unstrument-1* ~s (var ~s))]
6464
(when raw# (set! ~s raw#))
6565
'~(:name v)))))
6666

0 commit comments

Comments
 (0)