diff options
| author | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-08-25 10:59:38 +0000 |
|---|---|---|
| committer | Rémy Rakic <remy.rakic+github@gmail.com> | 2024-08-26 09:52:10 +0000 |
| commit | 057703593c9744619787f1fe93b01059247ebb2e (patch) | |
| tree | 96428090e17728c4a50cee45493e989844ebab41 | |
| parent | 2190c288e2455bce98dde643267ce53fd3412edb (diff) | |
| download | rust-057703593c9744619787f1fe93b01059247ebb2e.tar.gz rust-057703593c9744619787f1fe93b01059247ebb2e.zip | |
separate the crates to test from the test setup
it'll be easier to see and update the list: the other cmd args can just be ignored
| -rw-r--r-- | tests/run-make/rustc-crates-on-stable/rmake.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/run-make/rustc-crates-on-stable/rmake.rs b/tests/run-make/rustc-crates-on-stable/rmake.rs index 513c1288287..48b8551ecef 100644 --- a/tests/run-make/rustc-crates-on-stable/rmake.rs +++ b/tests/run-make/rustc-crates-on-stable/rmake.rs @@ -25,7 +25,9 @@ fn main() { // folder "--target-dir", ".", - // Check that these crates can be compiled on "stable" + ]) + // Check that these crates can be compiled on "stable" + .args(&[ "-p", "rustc_type_ir", "-p", |
