Skip to content

Commit f94b0e6

Browse files
alexcrichtonAaron1011
authored andcommitted
Fix a test in the bootstrap test suite
1 parent 91b25a8 commit f94b0e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/builder/tests.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,10 @@ fn dist_with_same_targets_and_hosts() {
363363
compiler: Compiler { host: a, stage: 1 },
364364
target: b,
365365
},
366+
compile::Std {
367+
compiler: Compiler { host: a, stage: 2 },
368+
target: b,
369+
},
366370
]
367371
);
368372
assert_eq!(

0 commit comments

Comments
 (0)