]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass-valgrind/exit-flushes.rs
Imported Upstream version 1.7.0+dfsg1
[rustc.git] / src / test / run-pass-valgrind / exit-flushes.rs
index 76ecbfd2f223d2945f3c0ca41ebc2b564dbbe624..632693dd728c33a8400f8b7e5c15ac605049c3aa 100644 (file)
@@ -8,6 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// ignore-macos this needs valgrind 3.11 or higher; see
+// https://github.com/rust-lang/rust/pull/30365#issuecomment-165763679
+
 use std::env;
 use std::process::{exit, Command};