JuliaIDE / Julia-LT

Julia plugin for Light Table
57 stars 7 forks source link

Mocha test fails #211

Open CBrauer opened 9 years ago

CBrauer commented 9 years ago

I have a three line Juno program:

Pkg.add("Mocha") Pkg.add("Debug") Pkg.test("Mocha")

and I get: "Mocha had test errors in error at error,jl:21 (repeats 2 times)"

Any help will be greatly appreciated.

Charles image

MikeInnes commented 9 years ago

I think your best bet would be to ask over at the Mocha.jl repo.