u-ignoretest-ppc64el_02
authorRust Maintainers <pkg-rust-maintainers@lists.alioth.debian.org>
Sun, 8 Jul 2018 19:39:35 +0000 (20:39 +0100)
committerMoritz Mühlenhoff <jmm@debian.org>
Sun, 8 Jul 2018 19:39:35 +0000 (20:39 +0100)
Gbp-Pq: Name u-ignoretest-ppc64el_02.patch

src/test/run-pass/simd-intrinsic-generic-cast.rs

index ed2786edf3a3f25d9b09531b35a3dfb989578570..1570781df67cf5c80a8b55a8776f7283a9a3db82 100644 (file)
@@ -72,6 +72,10 @@ impl Foo for f64 {
     fn in_range(_: i32) -> bool { true }
 }
 
+#[cfg(target_arch = "powerpc64")]
+fn main() {}
+
+#[cfg(not(target_arch = "powerpc64"))]
 fn main() {
     macro_rules! test {
         ($from: ident, $to: ident) => {{