[RISCV] Regenerate autogen test to remove spurious diff
[llvm-project.git] / llvm / utils / lit / lit.py
blob5c1c953e8bc7588630c0ec19d10cfbee29893184
1 #!/usr/bin/env python3
3 from lit.main import main
5 if __name__ == "__main__":
6 main()