about summary refs log tree commit diff
path: root/tests/run-make/reset-codegen-1
AgeCommit message (Collapse)AuthorLines
2024-08-29Use path instead of Path in some run-make testsOneirical-6/+4
2024-08-10remove unused imports from rmake testsRémy Rakic-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options.
2024-07-17tests: update for `rfs` rename许杰友 Jieyou Xu (Joe)-1/+1
2024-07-17tests: update for renamed `fs` module in run_make_support许杰友 Jieyou Xu (Joe)-1/+1
2024-06-11Implement fs wrapper for run_make_supportOneirical-5/+9
2024-06-07Remove all usages of `tmp_dir` from testsJakub Beránek-2/+2
2024-05-31Run rustfmt on `tests/run-make/`.Nicholas Nethercote-1/+1
With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2024-05-22rewrite issue-30063Oneirical-0/+39