Skip to content

Commit

Permalink
Use the lfortran binary for ast_f90 test
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Aug 31, 2020
1 parent 0829afe commit 07d737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main():
filename, update_reference)

if ast_f90:
run_test("ast_f90", "cpptranslate --show-ast-f90 {infile}",
run_test("ast_f90", "lfortran --show-ast-f90 --no-color {infile}",
filename, update_reference)

if ast_cpp:
Expand Down

0 comments on commit 07d737c

Please sign in to comment.