ligo/src/test
Christian Rinderknecht 02f58ee212 I removed the annotation for the variable that iterates over collections.
for x in set s block { ... } // now
for x : t in set s block { ... } // before
2019-11-06 20:12:25 +01:00
..
contracts I removed the annotation for the variable that iterates over collections. 2019-11-06 20:12:25 +01:00
.gitignore more refactoring 2019-09-15 13:12:19 +02:00
bin_tests.ml further down the road 2019-09-18 18:49:33 +02:00
coase_tests.ml tests build (but fail when running, as expected) 2019-10-11 17:22:43 -04:00
compiler_tests.ml tests pass again 2019-09-19 12:59:07 +02:00
dune more refactoring 2019-09-15 13:12:19 +02:00
heap_tests.ml tests build (but fail when running, as expected) 2019-10-11 17:22:43 -04:00
integration_tests.ml Fix merge conflict 2019-11-06 07:35:15 -06:00
manual_test.ml more refactoring 2019-09-15 13:12:19 +02:00
multifix_tests.ml more refactoring 2019-09-15 13:12:19 +02:00
test_helpers.ml tests build (but fail when running, as expected) 2019-10-11 17:22:43 -04:00
test.ml Fixing issues in the new typer 2019-10-27 23:24:21 -04:00
transpiler_tests.ml more refactoring 2019-09-15 13:12:19 +02:00
typer_tests.ml tests build (but fail when running, as expected) 2019-10-11 17:22:43 -04:00
vote_tests.ml tests build (but fail when running, as expected) 2019-10-11 17:22:43 -04:00