aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/constructor
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-07-02 20:04:25 +0800
committerGitHub <noreply@github.com>2018-07-02 20:04:25 +0800
commitda60fdab37ddd6126e5ba605e7041dc6f26ab5ee (patch)
tree32dbf508bb10fff0499fedb40dde7bf1522674dc /test/libsolidity/syntaxTests/constructor
parent9a71b69f4009d6e0ccac715648b06994ef321d3f (diff)
parent9aefe2f1184084630c2287d3e2f7372a3c962ced (diff)
downloaddexon-solidity-da60fdab37ddd6126e5ba605e7041dc6f26ab5ee.tar
dexon-solidity-da60fdab37ddd6126e5ba605e7041dc6f26ab5ee.tar.gz
dexon-solidity-da60fdab37ddd6126e5ba605e7041dc6f26ab5ee.tar.bz2
dexon-solidity-da60fdab37ddd6126e5ba605e7041dc6f26ab5ee.tar.lz
dexon-solidity-da60fdab37ddd6126e5ba605e7041dc6f26ab5ee.tar.xz
dexon-solidity-da60fdab37ddd6126e5ba605e7041dc6f26ab5ee.tar.zst
dexon-solidity-da60fdab37ddd6126e5ba605e7041dc6f26ab5ee.zip
Merge pull request #4400 from ethereum/warningWhitespace
Remove trailing whitespace in missing visibility warning.
Diffstat (limited to 'test/libsolidity/syntaxTests/constructor')
-rw-r--r--test/libsolidity/syntaxTests/constructor/constructor_no_visibility.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/syntaxTests/constructor/constructor_no_visibility.sol b/test/libsolidity/syntaxTests/constructor/constructor_no_visibility.sol
index f8820fdc..88553084 100644
--- a/test/libsolidity/syntaxTests/constructor/constructor_no_visibility.sol
+++ b/test/libsolidity/syntaxTests/constructor/constructor_no_visibility.sol
@@ -1,3 +1,3 @@
contract A { constructor() {} }
// ----
-// Warning: (13-29): No visibility specified. Defaulting to "public".
+// Warning: (13-29): No visibility specified. Defaulting to "public".