about summary refs log tree commit diff
path: root/src/libstd/sys/unix/process/process_common.rs
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2017-10-05 05:01:41 +0200
committerest31 <MTest31@outlook.com>2017-10-05 05:01:41 +0200
commitaad1c998c7a08dd06719845dd5b3b962dfcb0be7 (patch)
tree2e1eb9c18906080481e3f1f1856194643d24bb0d /src/libstd/sys/unix/process/process_common.rs
parentb8fad2d21961307ec908ced9d3e2a64595eb5deb (diff)
downloadrust-aad1c998c7a08dd06719845dd5b3b962dfcb0be7.tar.gz
rust-aad1c998c7a08dd06719845dd5b3b962dfcb0be7.zip
Remove nacl from libstd
Diffstat (limited to 'src/libstd/sys/unix/process/process_common.rs')
-rw-r--r--src/libstd/sys/unix/process/process_common.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/sys/unix/process/process_common.rs b/src/libstd/sys/unix/process/process_common.rs
index 689ccd78524..383434b1cd8 100644
--- a/src/libstd/sys/unix/process/process_common.rs
+++ b/src/libstd/sys/unix/process/process_common.rs
@@ -464,7 +464,6 @@ mod tests {
     // test from being flaky we ignore it on macOS.
     #[test]
     #[cfg_attr(target_os = "macos", ignore)]
-    #[cfg_attr(target_os = "nacl", ignore)] // no signals on NaCl.
     // When run under our current QEMU emulation test suite this test fails,
     // although the reason isn't very clear as to why. For now this test is
     // ignored there.