Skip to content

Commit

Permalink
* comment out other bad assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Sep 25, 2023
1 parent e6f5d04 commit 7828149
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 @@ -1041,7 +1041,7 @@
(deftest test-807
(testing "Testing CLJS-807, big int, float, big dec literals"
;(is (= -1 -1N)) ;; invalid, -1N is now JS BigInt
(is (= 9.007199254740996E15 9007199254740995N))
;(is (= 9.007199254740996E15 9007199254740995N)) ;; invalid, we emit JS BigInt now
(is (= 1.5 1.5M))
(is (= 4.9E-324 5E-324M))))

Expand Down

0 comments on commit 7828149

Please sign in to comment.