Skip to content

Commit 59e2824

Browse files
committed
fixup! fix run-compiler-twice test
1 parent adff3c5 commit 59e2824

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/ui-fulldeps/run-compiler-twice.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ fn compile(code: String, output: PathBuf, sysroot: Sysroot, linker: Option<&Path
8080
let krate = rustc_interface::passes::parse(&compiler.sess);
8181
let linker = rustc_interface::create_and_enter_global_ctxt(&compiler, krate, |tcx| {
8282
let _ = tcx.analysis(());
83-
Linker::codegen_and_build_linker(tcx, &*compiler.codegen_backend)
83+
Linker::codegen_and_build_linker(tcx, &*compiler.codegen_backend, vec![])
8484
});
8585
linker.link(&compiler.sess, &*compiler.codegen_backend);
8686
});

0 commit comments

Comments
 (0)