diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-10-21 14:57:14 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-10-21 14:57:41 +0200 |
| commit | 7244af6ca346db8e5b1bee2d68775cfabc6e1706 (patch) | |
| tree | 1abd73a29e97dce4ff4c160ddd5d8367213c8f8e | |
| parent | 3e33bda0326586a6e1e34d0f5c060ca6d116e6a4 (diff) | |
| download | rust-7244af6ca346db8e5b1bee2d68775cfabc6e1706.tar.gz rust-7244af6ca346db8e5b1bee2d68775cfabc6e1706.zip | |
Add rustc_abi and rustc_parse_format to rustc-crates-on-stable test
| -rw-r--r-- | tests/run-make/rustc-crates-on-stable/rmake.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run-make/rustc-crates-on-stable/rmake.rs b/tests/run-make/rustc-crates-on-stable/rmake.rs index 81cc775c919..9fbc675cc9a 100644 --- a/tests/run-make/rustc-crates-on-stable/rmake.rs +++ b/tests/run-make/rustc-crates-on-stable/rmake.rs @@ -31,6 +31,10 @@ fn main() { "rustc_pattern_analysis", "-p", "rustc_lexer", + "-p", + "rustc_abi", + "-p", + "rustc_parse_format", ]) .run(); } |
