about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2019-11-20 07:03:13 -0800
committerAaron Hill <aa1ronham@gmail.com>2019-12-11 09:50:12 -0500
commitf94b0e6af32c095d1627926d8922d6d3e218ca76 (patch)
tree9633af56f7b4976b1d5150880f2cf8b1bd0e36d2
parent91b25a84df08d88c9bf7910da9d84ae30e410edb (diff)
downloadrust-f94b0e6af32c095d1627926d8922d6d3e218ca76.tar.gz
rust-f94b0e6af32c095d1627926d8922d6d3e218ca76.zip
Fix a test in the bootstrap test suite
-rw-r--r--src/bootstrap/builder/tests.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/bootstrap/builder/tests.rs b/src/bootstrap/builder/tests.rs
index 2bb90fdb04e..b9d97fb8b76 100644
--- a/src/bootstrap/builder/tests.rs
+++ b/src/bootstrap/builder/tests.rs
@@ -363,6 +363,10 @@ fn dist_with_same_targets_and_hosts() {
                 compiler: Compiler { host: a, stage: 1 },
                 target: b,
             },
+            compile::Std {
+                compiler: Compiler { host: a, stage: 2 },
+                target: b,
+            },
         ]
     );
     assert_eq!(