diff --git a/src/test/cljs/cljs/core_test.cljs b/src/test/cljs/cljs/core_test.cljs index 95a894425..471a42943 100644 --- a/src/test/cljs/cljs/core_test.cljs +++ b/src/test/cljs/cljs/core_test.cljs @@ -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))))