about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorEsteban Küber <esteban@kuber.com.ar>2017-01-07 23:31:23 -0800
committerEsteban Küber <esteban@kuber.com.ar>2017-01-07 23:31:23 -0800
commit78e9093abbdedf2d29bf0b42c0cce2cfc2977894 (patch)
treef75bf4a38ea6bb40a5f858125b5ff3d810466ae8 /src
parentc999221cf8c58cca1b1b718587c4d5d3f16e3fc1 (diff)
downloadrust-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.rs1
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")));