Added error codes to SyntaxTest expectations (updated tests)

This commit is contained in:
a3d4
2020-06-22 16:51:47 +02:00
parent 8ebe7676d5
commit e04cedafc5
1775 changed files with 3951 additions and 3952 deletions
@@ -7,6 +7,6 @@ abstract contract C {
function g() {}
}
// ----
// SyntaxError: (158-171): No visibility specified. Did you intend to add "external"?
// SyntaxError: (200-215): No visibility specified. Did you intend to add "public"?
// TypeError: (158-171): Functions in interfaces must be declared external.
// SyntaxError 4937: (158-171): No visibility specified. Did you intend to add "external"?
// SyntaxError 4937: (200-215): No visibility specified. Did you intend to add "public"?
// TypeError 1560: (158-171): Functions in interfaces must be declared external.