Removes obsolete syntax tests.

This commit is contained in:
Erik Kundt 2018-07-17 19:30:15 +02:00
parent dfd2fee91d
commit 7d8b39ff4f
2 changed files with 0 additions and 10 deletions

View File

@ -1,4 +0,0 @@
pragma experimental "v0.5.0";
contract A { constructor() {} }
// ----
// SyntaxError: (43-59): No visibility specified. Did you intend to add "public"?

View File

@ -1,6 +0,0 @@
pragma experimental "v0.5.0";
contract C {
function f() pure { }
}
// ----
// SyntaxError: (47-68): No visibility specified. Did you intend to add "public"?