Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. cljs.user=> (cljs.test/run-tests 'seqseq.test)
  2. WARNING: Use of undeclared Var cljs.core/volatile! at line 1 <cljs repl>
  3. WARNING: Use of undeclared Var cljs.core/concat at line 1 <cljs repl>
  4. WARNING: Use of undeclared Var cljs.core/concat at line 1 <cljs repl>
  5. WARNING: Use of undeclared Var cljs.core/concat at line 1 <cljs repl>
  6. WARNING: Use of undeclared Var cljs.core/-vreset! at line 1 <cljs repl>
  7. WARNING: Use of undeclared Var cljs.core/partial at line 1 <cljs repl>
  8. WARNING: Use of undeclared Var cljs.core/merge-with at line 1 <cljs repl>
  9. WARNING: Use of undeclared Var cljs.core/+ at line 1 <cljs repl>
  10. WARNING: Use of undeclared Var cljs.core/-deref at line 1 <cljs repl>
  11. WARNING: Use of undeclared Var cljs.core/deref at line 1 <cljs repl>
  12.  
  13. Testing seqseq.test
  14. FAIL in (notes-in-window-unroles-loops) (cljs/test.js:384:42)expected: (= times [{:start 0, :play :a}]) actual: (not (= () [{:start 0, :play :a}]))
  15. FAIL in (fill) (cljs/test.js:384:42)expected: (= (transport/fill 0 1 0.5 0.5) []) actual: (not (= [0.5 1] []))
  16. Ran 2 tests containing 6 assertions.2 failures, 0 errors.nil
  17. cljs.user=>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement