Updating tests after improving Yul error reporting

This commit is contained in:
hrkrshnn
2021-02-09 16:55:33 +01:00
parent 5a21e33743
commit 8167029dc1
42 changed files with 185 additions and 185 deletions
@@ -2,4 +2,4 @@
let x, y := 1
}
// ----
// DeclarationError 3812: (3-16): Variable count mismatch: 2 variables and 1 values.
// DeclarationError 3812: (3-16): Variable count mismatch for declaration of "x, y": 2 variables and 1 values.