Disable/ignore debug_dwarf tests in "cargo test" (#1233)

This commit is contained in:
Yury Delendik
2020-03-05 11:53:39 -06:00
committed by GitHub
parent 4aa8776a9b
commit 6f88fd9af1
3 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ fn check_wat(wat: &str) -> Result<()> {
}
#[test]
#[ignore]
#[cfg(all(
any(target_os = "linux", target_os = "macos"),
target_pointer_width = "64"