diff options
Diffstat (limited to 'test/libsolidity/syntaxTests/arrayLength/tuples.sol')
-rw-r--r-- | test/libsolidity/syntaxTests/arrayLength/tuples.sol | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/libsolidity/syntaxTests/arrayLength/tuples.sol b/test/libsolidity/syntaxTests/arrayLength/tuples.sol deleted file mode 100644 index bc10b3b5..00000000 --- a/test/libsolidity/syntaxTests/arrayLength/tuples.sol +++ /dev/null @@ -1,5 +0,0 @@ -contract C { - uint[(1,2)] a15; -} -// ---- -// TypeError: (22-27): Invalid array length, expected integer literal or constant expression. |