File: fix-test-failures.diff

package info (click to toggle)
rust-libspa 0.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 584 kB
  • sloc: ansic: 207; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
--- a/tests/pod.rs
+++ b/tests/pod.rs
@@ -2109,6 +2109,7 @@
 }
 
 #[test]
+#[cfg(not(any(target_arch = "arm", target_arch = "x86")))]
 #[cfg_attr(miri, ignore)]
 fn pointer() {
     let val = 7;