Skip to content

Commit 0ea60f4

Browse files
authored
Make rsqlite-vfs test native only
1 parent 9f56ce7 commit 0ea60f4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

crates/rsqlite-vfs/src/memvfs.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,11 +367,7 @@ mod tests {
367367
VfsAppData,
368368
};
369369

370-
#[cfg_attr(
371-
all(target_family = "wasm", target_os = "unknown"),
372-
wasm_bindgen_test::wasm_bindgen_test
373-
)]
374-
#[cfg_attr(not(all(target_family = "wasm", target_os = "unknown")), test)]
370+
#[test]
375371
fn test_memory_vfs_store() {
376372
test_vfs_store::<MemAppData, MemFile, MemStore>(VfsAppData::new(MemAppData::default()))
377373
.unwrap();

0 commit comments

Comments
 (0)