Skip to content

Commit 620cdd9

Browse files
committed
removed deftest-against
1 parent 8fcf781 commit 620cdd9

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/test/clojure/clojure/core/async/flow_test.clj

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,9 @@
88

99
(ns clojure.core.async.flow-test
1010
(:require [clojure.test :refer :all]
11-
[clojure.core.async.impl.dispatch :as dispatch]))
11+
[clojure.core.async.flow :as flow]))
1212

13-
(defmacro deftest-against
14-
[ver name & body]
15-
(when (dispatch/at-least-clojure-version? ver)
16-
`(deftest ~name ~@body)))
17-
18-
(when (dispatch/at-least-clojure-version? [1 11 0])
19-
(require '[clojure.core.async.flow :as flow]))
20-
21-
(deftest-against [1 11 0] test-futurize
13+
(deftest test-futurize
2214
(testing ""
2315
(let [es (reify java.util.concurrent.ExecutorService
2416
(^java.util.concurrent.Future submit [_ ^Callable f]

0 commit comments

Comments
 (0)