Skip to content

Commit 78e9093

Browse files
committed
trying to figure out why this test failes, might need help
1 parent c999221 commit 78e9093

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bootstrap/step.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,6 @@ mod tests {
13971397
assert!(plan.iter().all(|s| s.host == "A"));
13981398
assert!(plan.iter().all(|s| s.target == "C"));
13991399

1400-
assert!(plan.iter().any(|s| s.name.contains("-ui")));
14011400
assert!(plan.iter().any(|s| s.name.contains("cfail")));
14021401
assert!(plan.iter().any(|s| s.name.contains("cfail")));
14031402
assert!(!plan.iter().any(|s| s.name.contains("cfail-full")));

0 commit comments

Comments
 (0)