aboutsummaryrefslogtreecommitdiffstats
path: root/test/cmdlineErrorReports/too_long_line.sol
diff options
context:
space:
mode:
Diffstat (limited to 'test/cmdlineErrorReports/too_long_line.sol')
-rw-r--r--test/cmdlineErrorReports/too_long_line.sol4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/cmdlineErrorReports/too_long_line.sol b/test/cmdlineErrorReports/too_long_line.sol
new file mode 100644
index 00000000..7df1057a
--- /dev/null
+++ b/test/cmdlineErrorReports/too_long_line.sol
@@ -0,0 +1,4 @@
+contract C {
+ function ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff(announcementType Type, string Announcement, string Link, bool Oppositable, string _str, uint256 _uint, address _addr) onlyOwner external {
+}
+}