mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-16 09:25:03 +01:00
UI test error annotations!
This commit is contained in:
parent
5e7e99982d
commit
a0efca50e0
42 changed files with 437 additions and 694 deletions
|
|
@ -2,6 +2,7 @@ function a(_a: I32) =
|
|||
___asm(
|
||||
__locals(),
|
||||
"local.get 0 0",
|
||||
//~^ ERROR: mismatched immediate lengths, expected 1, got 2
|
||||
"drop",
|
||||
);
|
||||
|
||||
|
|
@ -9,6 +10,7 @@ function b(_a: I32) =
|
|||
___asm(
|
||||
__locals(),
|
||||
"local.get",
|
||||
//~^ ERROR: mismatched immediate lengths, expected 1, got 0
|
||||
"drop",
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue