Open zhenkuny opened 2 years ago
lit.site.cfg looks for pydiff.py in the test_source_root directory on Windows platform. lit will error out when pydiff.py is missing. Potentially borrow the pydiff.py from dafny repo?
lit.site.cfg
pydiff.py
lit
lit.site.cfg
looks forpydiff.py
in the test_source_root directory on Windows platform.lit
will error out whenpydiff.py
is missing. Potentially borrow thepydiff.py
from dafny repo?