wiggle tests: fixes for new syntax

This commit is contained in:
Pat Hickey
2021-03-04 17:27:34 -08:00
parent f11cd8e7b1
commit c4d8e2323a
14 changed files with 139 additions and 17 deletions

View File

@@ -4,7 +4,6 @@ use wiggle_test::{impl_errno, HostMemory, MemArea, WasiCtx};
wiggle::from_witx!({
witx: ["$CARGO_MANIFEST_DIR/tests/pointers.witx"],
ctx: WasiCtx,
});
impl_errno!(types::Errno, types::GuestErrorConversion);