Skip to content

Commit 86a83d7

Browse files
anmonteiroswannodette
authored andcommitted
CLJS-1760: Self-host: test-cljs-1757 failing in test-self-parity
1 parent b6c48c7 commit 86a83d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/cljs/cljs/spec.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
`(cljs.spec/get-spec '~(:name (resolve &env sym)))
471471
fspec)
472472
f# ~sym]
473-
(for [args# (gen/sample (gen (:args fspec#)) ~n)]
473+
(for [args# (gen/sample (cljs.spec/gen (:args fspec#)) ~n)]
474474
[args# (apply f# args#)])))))
475475

476476
(defmacro ^:private init-compile-asserts []

0 commit comments

Comments
 (0)