diff options
| author | Steven Fackler <sfackler@gmail.com> | 2014-12-05 22:58:04 -0800 |
|---|---|---|
| committer | Steven Fackler <sfackler@gmail.com> | 2014-12-06 08:13:57 -0800 |
| commit | 2e2aca9eb8db5a37757d098e2cedd10015b2ce8e (patch) | |
| tree | 68b3aa6d3fa2d9a5adb7eb51262aa22f72257ef8 /src | |
| parent | 8a288d3affa0b5a943695fac27d81f93565e9777 (diff) | |
| download | rust-2e2aca9eb8db5a37757d098e2cedd10015b2ce8e.tar.gz rust-2e2aca9eb8db5a37757d098e2cedd10015b2ce8e.zip | |
Ignore wait-forked-but-failed-child
Test will be fixed in #19588
Diffstat (limited to 'src')
| -rw-r--r-- | src/test/run-pass/wait-forked-but-failed-child.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/wait-forked-but-failed-child.rs b/src/test/run-pass/wait-forked-but-failed-child.rs index 17dfb9e3319..f482b2e1e70 100644 --- a/src/test/run-pass/wait-forked-but-failed-child.rs +++ b/src/test/run-pass/wait-forked-but-failed-child.rs @@ -8,6 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-test extern crate libc; |
