diff options
Diffstat (limited to 'test/libsolidity/syntaxTests/arrayLength/pure_functions.sol')
-rw-r--r-- | test/libsolidity/syntaxTests/arrayLength/pure_functions.sol | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/libsolidity/syntaxTests/arrayLength/pure_functions.sol b/test/libsolidity/syntaxTests/arrayLength/pure_functions.sol deleted file mode 100644 index b620db76..00000000 --- a/test/libsolidity/syntaxTests/arrayLength/pure_functions.sol +++ /dev/null @@ -1,6 +0,0 @@ -contract C { - uint constant LEN = keccak256(ripemd160(33)); - uint[LEN] ids; -} -// ---- -// TypeError: (72-75): Invalid array length, expected integer literal or constant expression. |