diff options
Diffstat (limited to 'test/libsolidity/syntaxTests/arrayLength/constant_var.sol')
-rw-r--r-- | test/libsolidity/syntaxTests/arrayLength/constant_var.sol | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/libsolidity/syntaxTests/arrayLength/constant_var.sol b/test/libsolidity/syntaxTests/arrayLength/constant_var.sol deleted file mode 100644 index 41750250..00000000 --- a/test/libsolidity/syntaxTests/arrayLength/constant_var.sol +++ /dev/null @@ -1,5 +0,0 @@ -contract C { - uint constant LEN = 10; - uint[LEN] ids; -} -// ----
\ No newline at end of file |