update tests

This commit is contained in:
Alex Beregszaszi
2020-12-03 17:15:43 +01:00
committed by chriseth
parent baa7251f1d
commit 43353bb6ca
11 changed files with 14 additions and 13 deletions
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// ParserError 2314: (118-119): Expected '(' but got '}'
// Warning 8261: (52-62): Variable is shadowed in inline assembly by an instruction of the same name
@@ -7,4 +7,4 @@ contract C {
}
}
// ----
// ParserError 2314: (101-103): Expected '(' but got ':='
// ParserError 6272: (101-103): Cannot assign to builtin function "mload".