Adapting tests to Scanner's lexical error diagnostics change.

This commit is contained in:
Christian Parpart
2018-11-24 12:59:37 +01:00
parent e4106bd06e
commit 0ad56bca79
8 changed files with 32 additions and 30 deletions
@@ -7,4 +7,4 @@ contract C {
}
// ----
// ParserError: (72-73): Literal, identifier or instruction expected.
// ParserError: (72-73): Octal Numbers not allowed.
// ParserError: (72-73): Octal numbers not allowed.