dhall yaml binary name was changed for some reason

This commit is contained in:
justinwoo 2020-02-05 21:59:39 +02:00
parent 29769888e2
commit 735ad924fd
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ test_exe dhall;
test_exe dhall-to-json;
test_exe dhall-to-bash;
test_exe dhall-to-nix;
test_exe dhall-to-yaml;
test_exe dhall-to-yaml-ng;
exit $ERRORS;