Skip to content

Commit b04b7c6

Browse files
mfikesswannodette
authored andcommitted
CLJS-1707: Self-host: with-instrument-disabled needs to qualify *instrument-enabled*
1 parent cc65ad3 commit b04b7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ returns the set of all symbols naming vars in those nses."
4343
(defmacro with-instrument-disabled
4444
"Disables instrument's checking of calls, within a scope."
4545
[& body]
46-
`(binding [*instrument-enabled* nil]
46+
`(binding [cljs.spec.test/*instrument-enabled* nil]
4747
~@body))
4848

4949
(defmacro instrument-1

0 commit comments

Comments
 (0)