Disable wasm test for now

This commit is contained in:
Ayaz Hafiz 2022-07-06 08:57:21 -04:00
parent b6ebb960c9
commit 20a9a9765a
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -2960,7 +2960,7 @@ fn with_capacity() {
}
#[test]
#[cfg(any(feature = "gen-llvm", feature = "gen-wasm"))]
#[cfg(any(feature = "gen-llvm"))]
fn call_function_in_empty_list() {
assert_evals_to!(
indoc!(