We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rsqlite-vfs
1 parent 9f56ce7 commit 0ea60f4Copy full SHA for 0ea60f4
1 file changed
crates/rsqlite-vfs/src/memvfs.rs
@@ -367,11 +367,7 @@ mod tests {
367
VfsAppData,
368
};
369
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)]
+ #[test]
375
fn test_memory_vfs_store() {
376
test_vfs_store::<MemAppData, MemFile, MemStore>(VfsAppData::new(MemAppData::default()))
377
.unwrap();
0 commit comments