Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove old interpreter input when running tests (#864)
This PR makes a small change to the `lit` lines we use to run checks on interpreter output; currently they can receive partially stale input if the test suite has previously been run. The solution is simply to remove any old output from previous interpreter runs before we run them again. Fixes #863
- Loading branch information