Skip to content

Commit 4130920

Browse files
committed
Windows Fix
1 parent 3360c6f commit 4130920

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Generated by cargo init
22

33
/target/
4-
4+
/.idea/

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ mod tests {
769769
);
770770
});
771771
}
772-
772+
#[cfg(unix)]
773773
#[test]
774774
fn test_activity_timeout_kills_idle_command_after_min_timeout() {
775775
run_async_test(|| async {

0 commit comments

Comments
 (0)