Skip to content

Commit e7f4fb3

Browse files
committed
Fix a test in the bootstrap test suite
1 parent 130c6ec commit e7f4fb3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bootstrap/builder/tests.rs

+4
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)