about summary refs log tree commit diff
path: root/tests/run-make/rustc-crates-on-stable/rmake.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/rustc-crates-on-stable/rmake.rs')
-rw-r--r--tests/run-make/rustc-crates-on-stable/rmake.rs2
1 files changed, 2 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 9fbc675cc9a..cbc1f24b8c1 100644
--- a/tests/run-make/rustc-crates-on-stable/rmake.rs
+++ b/tests/run-make/rustc-crates-on-stable/rmake.rs
@@ -35,6 +35,8 @@ fn main() {
             "rustc_abi",
             "-p",
             "rustc_parse_format",
+            "-p",
+            "rustc_hashes",
         ])
         .run();
 }