diff options
| author | Evgeny Sologubov <C:\Self\AppData\Mail> | 2013-09-19 21:23:04 +0400 |
|---|---|---|
| committer | Evgeny Sologubov <C:\Self\AppData\Mail> | 2013-09-19 21:25:27 +0400 |
| commit | fadc6cc4b006d0eb6250afb899f10f8b67ad546d (patch) | |
| tree | 3a9c0c421376c4499ba0862978a217c492a36007 | |
| parent | 0c3b6ad6b8c196b996e366aaf864db9e23767f0f (diff) | |
| download | rust-fadc6cc4b006d0eb6250afb899f10f8b67ad546d.tar.gz rust-fadc6cc4b006d0eb6250afb899f10f8b67ad546d.zip | |
pacified test/run-pass/core-run-destroy on Win7x64
| -rw-r--r-- | src/test/run-pass/core-run-destroy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/core-run-destroy.rs b/src/test/run-pass/core-run-destroy.rs index 1c3e83f3cab..789295edaaa 100644 --- a/src/test/run-pass/core-run-destroy.rs +++ b/src/test/run-pass/core-run-destroy.rs @@ -55,6 +55,7 @@ fn test_destroy_actually_kills(force: bool) { #[cfg(windows)] fn process_exists(pid: libc::pid_t) -> bool { + #[fixed_stack_segment]; use std::libc::types::os::arch::extra::DWORD; use std::libc::funcs::extra::kernel32::{CloseHandle, GetExitCodeProcess, OpenProcess}; |
