Skip to content

Commit

Permalink
CLJS-2995 note
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude authored Nov 29, 2018
1 parent f669a08 commit eb05bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/speculative/core_test.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
(is (check-call `range [10 0 -1]))
(is (check-call `range [1.1 2.2 3.3]))
(with-instrumentation `range
;; (is (range)) ;; doesn't work with advanced: CLJS-2995
(throws `range (range 'lol))
(throws `range (range 0 1 2 3))))

Expand Down

0 comments on commit eb05bfe

Please sign in to comment.