Update tests.

This commit is contained in:
chriseth
2018-07-03 22:51:55 +02:00
parent 87241fd58c
commit 2211739fc4
10 changed files with 7 additions and 26 deletions
@@ -3,4 +3,4 @@ contract C {
function() {}
}
// ----
// Warning: (90-103): No visibility specified. Defaulting to "public".
// TypeError: (90-103): Fallback function must be defined as "external".