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
@@ -2,4 +2,4 @@ contract C {
function f() pure { }
}
// ----
// Warning: (17-38): No visibility specified. Defaulting to "public".
// SyntaxError: (17-38): No visibility specified.