diff options
Diffstat (limited to 'test/libsolidity/syntaxTests/arrayLength/invalid_expression_5.sol')
-rw-r--r-- | test/libsolidity/syntaxTests/arrayLength/invalid_expression_5.sol | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/libsolidity/syntaxTests/arrayLength/invalid_expression_5.sol b/test/libsolidity/syntaxTests/arrayLength/invalid_expression_5.sol deleted file mode 100644 index 38a80867..00000000 --- a/test/libsolidity/syntaxTests/arrayLength/invalid_expression_5.sol +++ /dev/null @@ -1,5 +0,0 @@ -contract C { - uint[3/0] ids; -} -// ---- -// TypeError: (22-25): Operator / not compatible with types int_const 3 and int_const 0 |