Skip to content

Commit bfcaa58

Browse files
committed
drop boilerplate from test that's no longer relevant
1 parent f5d5a3d commit bfcaa58

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

cargo-auditable/src/rustc_arguments.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,6 @@ mod tests {
153153
"--emit=dep-info,link",
154154
"--emit",
155155
"llvm-bc",
156-
// end of interesting args, start of boilerplate
157-
"--crate-name",
158-
"foobar",
159-
"--out-dir",
160-
"/foo/bar",
161156
];
162157
let raw_rustc_args: Vec<OsString> = raw_rustc_args.into_iter().map(|s| s.into()).collect();
163158
let mut args = RustcArgs::from_vec(raw_rustc_args).unwrap();

0 commit comments

Comments
 (0)