Skip to content

Commit 9dc6884

Browse files
committed
Updated to Java commit d5c2682 (2013.12.12): somehow this got missed in my last commit
1 parent e9007b3 commit 9dc6884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/clojure/clojure/core/async_test.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
(deftest thread-tests
146146
(testing "bindings"
147147
(binding [test-dyn true]
148-
(is (<! (thread test-dyn))))))
148+
(is (<!! (thread test-dyn))))))
149149

150150

151151
(deftest ops-tests

0 commit comments

Comments
 (0)