From 305524d005df075d53575552ee090fb53192a3fe Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 11 Sep 2023 14:42:43 +0200 Subject: Update tests for type system changes --- tests/typ/compiler/plugin.typ | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/typ/compiler/plugin.typ') diff --git a/tests/typ/compiler/plugin.typ b/tests/typ/compiler/plugin.typ index aafbdaa1..53d96f71 100644 --- a/tests/typ/compiler/plugin.typ +++ b/tests/typ/compiler/plugin.typ @@ -19,8 +19,9 @@ --- #let p = plugin("/files/hello.wasm") -// Error: 10-14 unexpected argument -#p.hello(true) +// Error: 10-14 expected bytes, found boolean +// Error: 27-29 expected bytes, found integer +#p.hello(true, bytes(()), 10) --- #let p = plugin("/files/hello.wasm") -- cgit v1.2.3