Update parser test expectations

This commit is contained in:
Alex Beregszaszi
2018-05-04 13:31:56 +01:00
parent cc10839073
commit 840ed1e88a
20 changed files with 37 additions and 37 deletions
@@ -2,4 +2,4 @@ contract c {
uint external x;
}
// ----
// ParserError: (19-19): Expected token Identifier got 'External'
// ParserError: (19-19): Expected identifier but got 'external'