Skip to content

Commit 4d4fe82

Browse files
lu-zeronirbheek
andauthored
Apply suggestion from @nirbheek
Co-authored-by: Nirbheek Chauhan <nirbheek.chauhan@gmail.com>
1 parent 1cbed9e commit 4d4fe82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/build_targets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ mod test {
343343

344344
let expected = FileNames {
345345
static_lib: PathBuf::from("/foo/bar/libferris.a"),
346-
shared_lib: PathBuf::from("/foo/bar/ferris.dll"),
346+
shared_lib: PathBuf::from("/foo/bar/cygferris.dll"),
347347
impl_lib: Some(PathBuf::from("/foo/bar/libferris.dll.a")),
348348
debug_info: None,
349349
def: Some(PathBuf::from("/foo/bar/ferris.def")),

0 commit comments

Comments
 (0)