Skip to content

Commit fadc6cc

Browse files
Evgeny SologubovEvgeny Sologubov
Evgeny Sologubov
authored and
Evgeny Sologubov
committed
pacified test/run-pass/core-run-destroy on Win7x64
1 parent 0c3b6ad commit fadc6cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/test/run-pass/core-run-destroy.rs

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ fn test_destroy_actually_kills(force: bool) {
5555

5656
#[cfg(windows)]
5757
fn process_exists(pid: libc::pid_t) -> bool {
58+
#[fixed_stack_segment];
5859

5960
use std::libc::types::os::arch::extra::DWORD;
6061
use std::libc::funcs::extra::kernel32::{CloseHandle, GetExitCodeProcess, OpenProcess};

0 commit comments

Comments
 (0)