Adapting the tests to strict inline assembly.

This commit is contained in:
Christian Parpart
2019-10-25 15:01:25 +02:00
parent 4e1b9d7f1b
commit e40c498260
20 changed files with 45 additions and 212 deletions
@@ -6,5 +6,4 @@ contract test {
}
}
// ----
// SyntaxError: (73-76): The use of non-functional instructions is disallowed. Please use functional notation instead.
// DeclarationError: (59-86): Unbalanced stack at the end of a block: 1 missing item(s).
// ParserError: (85-86): Expected '(' but got '}'