File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -2004,16 +2004,7 @@ fn compatible_with_older_cargo() {
2004
2004
assert_eq ! ( get_registry_names( "src" ) , [ "middle-1.0.0" , "new-1.0.0" ] ) ;
2005
2005
assert_eq ! (
2006
2006
get_registry_names( "cache" ) ,
2007
- // Duplicate crates from two different cache location
2008
- // because we're changing how SourceId is hashed.
2009
- // This change should be reverted once rust-lang/cargo#14917 lands.
2010
- [
2011
- "middle-1.0.0.crate" ,
2012
- "middle-1.0.0.crate" ,
2013
- "new-1.0.0.crate" ,
2014
- "new-1.0.0.crate" ,
2015
- "old-1.0.0.crate"
2016
- ]
2007
+ [ "middle-1.0.0.crate" , "new-1.0.0.crate" , "old-1.0.0.crate" ]
2017
2008
) ;
2018
2009
2019
2010
// T-0 months: Current version, make sure it can read data from stable,
@@ -2036,10 +2027,7 @@ fn compatible_with_older_cargo() {
2036
2027
assert_eq ! ( get_registry_names( "src" ) , [ "new-1.0.0" ] ) ;
2037
2028
assert_eq ! (
2038
2029
get_registry_names( "cache" ) ,
2039
- // Duplicate crates from two different cache location
2040
- // because we're changing how SourceId is hashed.
2041
- // This change should be reverted once rust-lang/cargo#14917 lands.
2042
- [ "middle-1.0.0.crate" , "new-1.0.0.crate" , "new-1.0.0.crate" ]
2030
+ [ "middle-1.0.0.crate" , "new-1.0.0.crate" ]
2043
2031
) ;
2044
2032
}
2045
2033
You can’t perform that action at this time.
0 commit comments