Skip to content

Commit 31e04f4

Browse files
committed
* fix test string
1 parent 5da21cc commit 31e04f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/clojure/cljs/compiler_tests.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@
376376
(is (re-find #"window__\$1" code)))))
377377

378378
(deftest test-externs-infer-is-nan
379-
(testing "Let binding which use JS global names should get shadowed"
379+
(testing "Not calls to truth_ if (.isNaN js/Number ...) is used as a test"
380380
(let [code (env/with-compiler-env (env/default-compiler-env)
381381
(compile-form-seq
382382
'[(if (.isNaN js/Number 1) true false)]))]

0 commit comments

Comments
 (0)