Skip to content

Commit

Permalink
trying to figure out why this test failes, might need help
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Jan 8, 2017
1 parent c999221 commit 78e9093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bootstrap/step.rs
Expand Up @@ -1397,7 +1397,6 @@ mod tests {
assert!(plan.iter().all(|s| s.host == "A"));
assert!(plan.iter().all(|s| s.target == "C"));

assert!(plan.iter().any(|s| s.name.contains("-ui")));
assert!(plan.iter().any(|s| s.name.contains("cfail")));
assert!(plan.iter().any(|s| s.name.contains("cfail")));
assert!(!plan.iter().any(|s| s.name.contains("cfail-full")));
Expand Down

0 comments on commit 78e9093

Please sign in to comment.