Skip to content

Commit 792e127

Browse files
committed
test: posix only
1 parent 6f6994b commit 792e127

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/deduplicate_arguments.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ pub fn remove_items_from_vec_by_indices<Item>(vec: &mut Vec<Item>, indices: &Has
9393
.collect();
9494
}
9595

96+
#[cfg(unix)]
9697
#[cfg(test)]
9798
mod tests {
9899
use super::remove_items_from_vec_by_indices;

0 commit comments

Comments
 (0)