Skip to content

Commit

Permalink
* comment out now bad assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 25, 2023
1 parent 7e20532 commit e6f5d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/cljs/cljs/core_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1040,7 +1040,7 @@

(deftest test-807
(testing "Testing CLJS-807, big int, float, big dec literals"
(is (= -1 -1N))
;(is (= -1 -1N)) ;; invalid, -1N is now JS BigInt
(is (= 9.007199254740996E15 9007199254740995N))
(is (= 1.5 1.5M))
(is (= 4.9E-324 5E-324M))))
Expand Down

0 comments on commit e6f5d04

Please sign in to comment.