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 Foo {
function f() { var[] a; }
}
// ----
// ParserError: (34-34): Expected token Identifier got 'LBrack'
// ParserError: (34-34): Expected identifier but got '['