Skip to content

Commit d97804e

Browse files
committed
test cljs.walk-test now that simple-map-entry is fixed
1 parent 1452729 commit d97804e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/cljs/lite_test_runner.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
[cljs.recur-test]
5959
[cljs.array-access-test]
6060
[cljs.inference-test]
61-
;; [cljs.walk-test]
61+
[cljs.walk-test]
6262
[cljs.repl-test]
6363
;; [cljs.extend-to-native-test]
6464
[cljs.var-test]
@@ -117,7 +117,7 @@
117117
'cljs.recur-test
118118
'cljs.array-access-test
119119
'cljs.inference-test
120-
#_'cljs.walk-test ;; not sure here
120+
'cljs.walk-test ;; not sure here
121121
'cljs.repl-test
122122
#_'cljs.extend-to-native-test ;; this one breaks a bunchof things
123123
'cljs.var-test

0 commit comments

Comments
 (0)