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

@@ -23,7 +23,6 @@ mod convert_just_errno {
(param $strike u32)
(result $err (expected (error $errno)))))
",
ctx: WasiCtx,
errors: { errno => RichError },
});
@@ -133,7 +132,6 @@ mod convert_multiple_error_types {
(param $drink u32)
(@witx noreturn)))
",
ctx: WasiCtx,
errors: { errno => RichError, errno2 => AnotherRichError },
});