aboutsummaryrefslogtreecommitdiffstats
path: root/test/libjulia
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for bool literalAlex Beregszaszi2017-05-191-0/+6
|
* Merge pull request #2222 from ethereum/julia-typeschriseth2017-05-161-9/+17
|\ | | | | Add support for types in Julia
| * Add tests for types in JuliaAlex Beregszaszi2017-05-061-9/+17
| |
* | Remove an unused function `successAssemble`Yoichi Hirai2017-05-091-5/+0
|/ | | | | | | | Otherwise, I see a build failure: test/libjulia/Parser.cpp:92:6: error: ‘bool dev::solidity::test::{anonymous}::successAssemble(const string&, bool)’ defined but not used [-Werror=unused-function] bool successAssemble(string const& _source, bool _allowWarnings = true) ^~~~~~~~~~~~~~~ cc1plus: all warnings being treated as errors
* Remove analyzer from Julia testsAlex Beregszaszi2017-05-051-21/+1
|
* Add Julia parser testAlex Beregszaszi2017-05-051-0/+212