Syntax tests: Adapted to changes.

This commit is contained in:
Christian Parpart 2019-10-25 15:00:44 +02:00
parent ee5826b261
commit f05718ef5d

View File

@ -6,4 +6,4 @@ contract C {
}
}
// ----
// SyntaxError: (75-79): Jump instructions and labels are low-level EVM features that can lead to incorrect stack access. Because of that they are disallowed in strict assembly. Use functions, "switch", "if" or "for" statements instead.
// DeclarationError: (75-79): Function not found.