Adjusts tests to expect type errors on default visibility.

This commit is contained in:
Erik Kundt
2018-07-17 18:03:35 +02:00
parent b5ecfbe5bc
commit 75bba5c9f0
7 changed files with 7 additions and 18 deletions
@@ -3,4 +3,5 @@ contract C {
function() {}
}
// ----
// SyntaxError: (90-103): No visibility specified.
// TypeError: (90-103): Fallback function must be defined as "external".