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

View File

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