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
@@ -5,4 +5,4 @@ contract C {
}
}
// ----
// DeclarationError 8678: (87-96): Variable count does not match number of values (2 vs. 1)
// DeclarationError 8678: (87-96): Variable count for assignment to "x, y" does not match number of values (2 vs. 1)