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

@@ -6,7 +6,6 @@ const FD_VAL: u32 = 123;
wiggle::from_witx!({
witx: ["$CARGO_MANIFEST_DIR/tests/handles.witx"],
ctx: WasiCtx,
});
impl_errno!(types::Errno, types::GuestErrorConversion);