diff options
author | chriseth <chris@ethereum.org> | 2018-12-06 19:31:27 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-06 19:38:24 +0800 |
commit | d67b2323435c13384900b20b43e9625c684be0ac (patch) | |
tree | 44dcfdd7c87e56f1a7b08ae156a23a80891325f0 /test/cmdlineTests/too_long_line_edge_out.sol.err | |
parent | 5fde279d2adaa38681a85a550ea1c2cd1e3ae09a (diff) | |
download | dexon-solidity-d67b2323435c13384900b20b43e9625c684be0ac.tar.gz dexon-solidity-d67b2323435c13384900b20b43e9625c684be0ac.tar.zst dexon-solidity-d67b2323435c13384900b20b43e9625c684be0ac.zip |
Extend capabilities of the generic commandline test.
Diffstat (limited to 'test/cmdlineTests/too_long_line_edge_out.sol.err')
-rw-r--r-- | test/cmdlineTests/too_long_line_edge_out.sol.err | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/cmdlineTests/too_long_line_edge_out.sol.err b/test/cmdlineTests/too_long_line_edge_out.sol.err new file mode 100644 index 00000000..d8495c11 --- /dev/null +++ b/test/cmdlineTests/too_long_line_edge_out.sol.err @@ -0,0 +1,6 @@ +too_long_line_edge_out.sol:1:1: Warning: Source file does not specify required compiler version! +contract C { +^ (Relevant source part starts here and spans across multiple lines). +too_long_line_edge_out.sol:2:37: Error: Identifier not found or not unique. + ... function fffffffffffffffffffffff(announcementTypeTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTTT Typ, string A) onlyOwner external ... + ^----------------------------------------------------------------------------------------------^ |