Skip to content

Commit 2e7c6c9

Browse files
committed
fmt
1 parent f7df34b commit 2e7c6c9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

tests/suite/cli_self_upd.rs

+6-4
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,14 @@ fn uninstall_deletes_installed_toolchains() {
159159
let path = config.customdir.join("custom-1");
160160
let path = path.to_string_lossy();
161161
config.expect_ok(&["rustup", "toolchain", "link", "custom", &path]);
162-
config.expect_ok_contains(&["rustup", "self", "uninstall", "-y"],
163-
"",
164-
r"
162+
config.expect_ok_contains(
163+
&["rustup", "self", "uninstall", "-y"],
164+
"",
165+
r"
165166
info: uninstalling toolchain 'custom'
166167
info: toolchain 'custom' uninstalled
167-
");
168+
",
169+
);
168170
assert!(!&config.rustupdir.join("toolchains").exists())
169171
});
170172
}

0 commit comments

Comments
 (0)