machinst x64: enable two more Rust tests;

Fixed by the grand ABI refactoring, h/t @cfallin.
This commit is contained in:
Benjamin Bouvier
2020-09-24 17:37:48 +02:00
parent e2c286deeb
commit 4f7bec5e94
2 changed files with 0 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ use std::sync::atomic::{AtomicUsize, Ordering::SeqCst};
use wasmtime::*;
#[test]
#[cfg_attr(feature = "experimental_x64", ignore)] // TODO #2079 require probe stacks
fn host_always_has_some_stack() -> anyhow::Result<()> {
static HITS: AtomicUsize = AtomicUsize::new(0);
// assume hosts always have at least 512k of stack