about summary refs log tree commit diff
path: root/tests/run-make/silly-file-names
AgeCommit message (Collapse)AuthorLines
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)-5/+5
2024-06-28rewrite silly-file-names to rmakeOneirical-12/+24
2023-10-07tests/run-make: Move RUSTC_TEST_OP to tools.mkMartin Nordholts-6/+0
To reduce duplication. A follow-up commit will begin using it in even more places.
2023-10-05Allow file names to end with '>'Martin Nordholts-0/+24
The `rustc_span::FileName` enum already differentiates between real files and "fake" files such as `<anon>`. We do not need to artificially forbid real file names from ending in `>`.