Skip to content

Commit

Permalink
separate the crates to test from the test setup
Browse files Browse the repository at this point in the history
it'll be easier to see and update the list: the other cmd args
can just be ignored
  • Loading branch information
lqd committed Aug 25, 2024
1 parent 5926490 commit a7dbf4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/run-make/rustc-crates-on-stable/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a7dbf4c

Please sign in to comment.