Update test expectations.

This commit is contained in:
Daniel Kirchner
2018-05-09 14:08:25 +02:00
parent 02380113d4
commit 305fc0626b
31 changed files with 57 additions and 57 deletions
@@ -2,4 +2,4 @@ contract c {
enum foo { }
}
// ----
// ParserError: (25-25): enum with no members is not allowed.
// ParserError: (25-26): enum with no members is not allowed.