test: Fix signal-exit-status on windows

This commit is contained in:
klutzy
2013-11-14 02:58:19 +09:00
parent fcf9844891
commit 09cb7ecc67
2 changed files with 5 additions and 2 deletions

View File

@@ -82,6 +82,7 @@ pub enum StdioContainer {
}
/// Describes the result of a process after it has terminated.
/// Note that Windows have no signals, so the result is usually ExitStatus.
#[deriving(Eq)]
pub enum ProcessExit {
/// Normal termination with an exit status.