File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ mod test {
75
75
let substitute_path = Path(" xyzzy");
76
76
assert!(default_dest_dir(&the_path) == the_path.push(~" build"));
77
77
let nonexistent_path = mk_nonexistent(&the_path, " quux" ) ;
78
- let bogus = do :: conditions:: bad_path:: cond. trap ( |_| {
78
+ let bogus = do :: conditions:: bad_path:: cond. trap ( |_| {
79
79
substitute_path
80
80
} ) . in { default_dest_dir ( & nonexistent_path) } ;
81
81
assert ! ( bogus == substitute_path) ;
82
82
}
83
- }
83
+ }
Original file line number Diff line number Diff line change @@ -579,7 +579,7 @@ mod test {
579
579
assert!(is_cmd(~" uninstall"));
580
580
assert!(is_cmd(~" unprefer"));
581
581
}
582
-
582
+
583
583
#[test]
584
584
fn test_parse_name() {
585
585
assert!(parse_name(~" org. mozilla. servo").get() == ~" servo");
You can’t perform that action at this time.
0 commit comments