Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Commit

Permalink
Fix misplaced space character in run_dm_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceManiac committed Jun 5, 2020
1 parent ce1a51e commit b0bdca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dm-tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ fn run_dm_tests(name: &str) {
let fname = if cfg!(target_os = "linux") {
"librust_g.so"
} else {
"rust_g.dll "
"rust_g.dll"
};
let rust_g = format!("target/{}/{}/{}", target_dir, profile, fname);

Expand Down

0 comments on commit b0bdca7

Please sign in to comment.