From 7d8b39ff4f7eb0da810eadf0de06c1d26460bc9c Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Tue, 17 Jul 2018 19:30:15 +0200 Subject: Removes obsolete syntax tests. --- .../syntaxTests/constructor/constructor_no_visibility_050.sol | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test/libsolidity/syntaxTests/constructor/constructor_no_visibility_050.sol (limited to 'test/libsolidity/syntaxTests/constructor') diff --git a/test/libsolidity/syntaxTests/constructor/constructor_no_visibility_050.sol b/test/libsolidity/syntaxTests/constructor/constructor_no_visibility_050.sol deleted file mode 100644 index 9f60f0d8..00000000 --- a/test/libsolidity/syntaxTests/constructor/constructor_no_visibility_050.sol +++ /dev/null @@ -1,4 +0,0 @@ -pragma experimental "v0.5.0"; -contract A { constructor() {} } -// ---- -// SyntaxError: (43-59): No visibility specified. Did you intend to add "public"? -- cgit v1.2.3