about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLukas Wirth <lukastw97@gmail.com>2024-10-21 14:57:14 +0200
committerLukas Wirth <lukastw97@gmail.com>2024-10-21 14:57:41 +0200
commit7244af6ca346db8e5b1bee2d68775cfabc6e1706 (patch)
tree1abd73a29e97dce4ff4c160ddd5d8367213c8f8e
parent3e33bda0326586a6e1e34d0f5c060ca6d116e6a4 (diff)
downloadrust-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.rs4
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();
 }