Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #39717 - pnkfelix:check-timestamps-in-compiletest-mirop…
…t, r=alexcrichton When compiletest'ing src/test/mir-opt, check timestamps. The tests in src/test/mir-opt embed references to generated files. The names of the generated files embed node id's, which will change depending on the content of the original source. To guard against comparisons against stale output, check the timestamps of the supposed output against the timestamp of the original source (i.e. any output should be at least as new as the source that was recompiled). Fix #39690.
- Loading branch information