diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2017-01-07 23:31:23 -0800 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2017-01-07 23:31:23 -0800 |
| commit | 78e9093abbdedf2d29bf0b42c0cce2cfc2977894 (patch) | |
| tree | f75bf4a38ea6bb40a5f858125b5ff3d810466ae8 /src | |
| parent | c999221cf8c58cca1b1b718587c4d5d3f16e3fc1 (diff) | |
| download | rust-78e9093abbdedf2d29bf0b42c0cce2cfc2977894.tar.gz rust-78e9093abbdedf2d29bf0b42c0cce2cfc2977894.zip | |
trying to figure out why this test failes, might need help
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/step.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/step.rs b/src/bootstrap/step.rs index d2ac63e8ee0..62b47c1bac2 100644 --- a/src/bootstrap/step.rs +++ b/src/bootstrap/step.rs @@ -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"))); |
