Skip to content

Commit

Permalink
linker/test: avoid using std::env entirely.
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyb committed Jul 25, 2023
1 parent a48588b commit 9002209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rustc_codegen_spirv/src/linker/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fn link_with_linker_opts(
modules,
opts,
&OutputFilenames::new(
std::env::current_dir().unwrap_or_default(),
"".into(),
"".into(),
None,
None,
Expand Down

0 comments on commit 9002209

Please sign in to comment.