From de6cd2425b6ea9cdf2a7b7f49cd88e4f18fa20e3 Mon Sep 17 00:00:00 2001 From: Erik Kundt Date: Fri, 29 Jun 2018 17:05:23 +0200 Subject: Adjusts syntax tests to new constructor syntax. --- test/libsolidity/syntaxTests/constructor/constructor.sol | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/libsolidity/syntaxTests/constructor/constructor.sol (limited to 'test/libsolidity/syntaxTests/constructor/constructor.sol') diff --git a/test/libsolidity/syntaxTests/constructor/constructor.sol b/test/libsolidity/syntaxTests/constructor/constructor.sol new file mode 100644 index 00000000..aa3422cc --- /dev/null +++ b/test/libsolidity/syntaxTests/constructor/constructor.sol @@ -0,0 +1 @@ +contract A { constructor() public {} } -- cgit v1.2.3