Skip to content

Commit 77c7e04

Browse files
committed
fix(test): align SQLite catalog cfg on wasm32
1 parent 33ebf0c commit 77c7e04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/typed_host_no_dynamic_contract_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use std::collections::BTreeSet;
77
not(target_family = "wasm")
88
))]
99
use vm::http_host_catalog;
10-
#[cfg(all(feature = "runtime", not(target_arch = "wasm32")))]
10+
#[cfg(feature = "runtime")]
1111
use vm::sqlite_host_catalog;
1212
#[cfg(feature = "runtime")]
1313
use vm::{HostApiCatalog, jit_host_catalog, standard_host_catalog};

0 commit comments

Comments
 (0)