Skip to content

Commit a7dbf4c

Browse files
committed
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
1 parent 5926490 commit a7dbf4c

File tree

1 file changed

+3
-1
lines changed
  • tests/run-make/rustc-crates-on-stable

1 file changed

+3
-1
lines changed

tests/run-make/rustc-crates-on-stable/rmake.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ fn main() {
2525
// folder
2626
"--target-dir",
2727
".",
28-
// Check that these crates can be compiled on "stable"
28+
])
29+
// Check that these crates can be compiled on "stable"
30+
.args(&[
2931
"-p",
3032
"rustc_type_ir",
3133
"-p",

0 commit comments

Comments
 (0)