Add emit keyword to tests.

This commit is contained in:
chriseth
2018-06-27 10:49:16 +02:00
parent b55d9aacff
commit 4e8883b63d
5 changed files with 36 additions and 111 deletions
@@ -6,5 +6,4 @@ contract C {
}
}
// ----
// TypeError: (95-106): Event invocations have to be prefixed by "emit".
// Warning: (95-106): Tuple component cannot be empty.
// ParserError: (95-99): Expected primary expression.