mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Removes obsolete syntax tests.
This commit is contained in:
parent
dfd2fee91d
commit
7d8b39ff4f
@ -1,4 +0,0 @@
|
|||||||
pragma experimental "v0.5.0";
|
|
||||||
contract A { constructor() {} }
|
|
||||||
// ----
|
|
||||||
// SyntaxError: (43-59): No visibility specified. Did you intend to add "public"?
|
|
@ -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"?
|
|
Loading…
Reference in New Issue
Block a user