()
| 501 | #[test] |
| 502 | #[ignore] |
| 503 | fn dwarf_imported_memory() -> Result<()> { |
| 504 | test_dwarf_simple( |
| 505 | DWARF_IMPORTED_MEMORY, |
| 506 | &["--preload=env=./tests/all/native_debug/satisfy_memory_import.wat"], |
| 507 | ) |
| 508 | } |
| 509 | |
| 510 | #[test] |
| 511 | #[ignore] |
nothing calls this directly
no test coverage detected