Skip to content

Commit

Permalink
Use default of preferring static over dynamic linking in rustdoc tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Oct 9, 2018
1 parent ef5c00d commit 9a76c93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/librustdoc/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ fn run_test(test: &str, cratename: &str, filename: &FileName, line: usize,
output_types: outputs,
externs,
cg: config::CodegenOptions {
prefer_dynamic: true,
linker,
..cg
},
Expand Down

0 comments on commit 9a76c93

Please sign in to comment.