Skip to content

Commit 62e78a8

Browse files
anmonteiroswannodette
authored andcommitted
CLJS-2370: Tests failing after CLJS-2352
1 parent 7916a67 commit 62e78a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/clojure/cljs/compiler_tests.clj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
(comp/emit
7272
(ana/analyze (assoc aenv :context :expr) form)))
7373
result)
74-
Double/NaN "##NaN"
75-
Double/POSITIVE_INFINITY "##Inf"
76-
Double/NEGATIVE_INFINITY "##-Inf"))
74+
Double/NaN "NaN"
75+
Double/POSITIVE_INFINITY "Infinity"
76+
Double/NEGATIVE_INFINITY "-Infinity"))
7777

7878
(deftest test-munge-dotdot
7979
(is (= 'cljs.core._DOT__DOT_ (comp/munge 'cljs.core/..)))

0 commit comments

Comments
 (0)