pull/1880/head
webthethird 2 years ago
parent 643242aeea
commit d215d05de2
  1. 2
      tests/e2e/solc_parsing/test_ast_parsing.py

@ -614,7 +614,7 @@ if __name__ == "__main__":
"To re-generate all the json artifacts run\n\tpython tests/test_ast_parsing.py --overwrite"
)
print("To compile json artifacts run\n\tpython tests/test_ast_parsing.py --compile")
print("\tThis will overwrite the previous json files")
print("\tThis will overwrite the previous json files.")
elif sys.argv[1] == "--generate":
for next_test in ALL_TESTS:
_generate_test(next_test, skip_existing=True)

Loading…
Cancel
Save