diff --git a/crates/rustc_codegen_spirv/src/linker/test.rs b/crates/rustc_codegen_spirv/src/linker/test.rs index 4ae6f2ba40..849951db31 100644 --- a/crates/rustc_codegen_spirv/src/linker/test.rs +++ b/crates/rustc_codegen_spirv/src/linker/test.rs @@ -154,7 +154,7 @@ fn link_with_linker_opts( modules, opts, &OutputFilenames::new( - std::env::current_dir().unwrap_or_default(), + "".into(), "".into(), None, None,