Skip to content

Commit 7828149

Browse files
committed
* comment out other bad assertion
1 parent e6f5d04 commit 7828149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/cljs/cljs/core_test.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@
10411041
(deftest test-807
10421042
(testing "Testing CLJS-807, big int, float, big dec literals"
10431043
;(is (= -1 -1N)) ;; invalid, -1N is now JS BigInt
1044-
(is (= 9.007199254740996E15 9007199254740995N))
1044+
;(is (= 9.007199254740996E15 9007199254740995N)) ;; invalid, we emit JS BigInt now
10451045
(is (= 1.5 1.5M))
10461046
(is (= 4.9E-324 5E-324M))))
10471047

0 commit comments

Comments
 (0)