Skip to content

Commit d656c4c

Browse files
committed
* typo in last commit
1 parent fc0467f commit d656c4c

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
@@ -388,7 +388,7 @@
388388
(compile-form-seq
389389
'[(ns test.foo
390390
(:require [goog.string :as gstring]))
391-
(if (gstring/contain "foobar" "foo") true false)]))]
391+
(if (gstring/contains "foobar" "foo") true false)]))]
392392
(is (nil? (re-find #"truth_" code))))))
393393

394394
;; CLJS-1225

0 commit comments

Comments
 (0)