aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/constructor/constructor.sol
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-06-29 23:05:23 +0800
committerErik Kundt <bitshift@posteo.org>2018-07-18 20:29:01 +0800
commitde6cd2425b6ea9cdf2a7b7f49cd88e4f18fa20e3 (patch)
tree5c918d886a3d091176a19aab592dca84f591f44d /test/libsolidity/syntaxTests/constructor/constructor.sol
parent182a0a95516e4f218524b929035e6a1bd5d2742c (diff)
downloaddexon-solidity-de6cd2425b6ea9cdf2a7b7f49cd88e4f18fa20e3.tar
dexon-solidity-de6cd2425b6ea9cdf2a7b7f49cd88e4f18fa20e3.tar.gz
dexon-solidity-de6cd2425b6ea9cdf2a7b7f49cd88e4f18fa20e3.tar.bz2
dexon-solidity-de6cd2425b6ea9cdf2a7b7f49cd88e4f18fa20e3.tar.lz
dexon-solidity-de6cd2425b6ea9cdf2a7b7f49cd88e4f18fa20e3.tar.xz
dexon-solidity-de6cd2425b6ea9cdf2a7b7f49cd88e4f18fa20e3.tar.zst
dexon-solidity-de6cd2425b6ea9cdf2a7b7f49cd88e4f18fa20e3.zip
Adjusts syntax tests to new constructor syntax.
Diffstat (limited to 'test/libsolidity/syntaxTests/constructor/constructor.sol')
-rw-r--r--test/libsolidity/syntaxTests/constructor/constructor.sol1
1 files changed, 1 insertions, 0 deletions
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 {} }