aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/local_const_variable.sol
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-05-03 02:49:36 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-05-04 20:31:56 +0800
commit840ed1e88a8d70bdbc541a1330654cb1e730e298 (patch)
tree77a05bc9250d870977460a235fed476ca9f55876 /test/libsolidity/syntaxTests/parsing/local_const_variable.sol
parentcc108390737dfb8d774622d76e69e94485b0f7b5 (diff)
downloaddexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.tar
dexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.tar.gz
dexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.tar.bz2
dexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.tar.lz
dexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.tar.xz
dexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.tar.zst
dexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.zip
Update parser test expectations
Diffstat (limited to 'test/libsolidity/syntaxTests/parsing/local_const_variable.sol')
-rw-r--r--test/libsolidity/syntaxTests/parsing/local_const_variable.sol2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/syntaxTests/parsing/local_const_variable.sol b/test/libsolidity/syntaxTests/parsing/local_const_variable.sol
index 55673160..f06e2501 100644
--- a/test/libsolidity/syntaxTests/parsing/local_const_variable.sol
+++ b/test/libsolidity/syntaxTests/parsing/local_const_variable.sol
@@ -6,4 +6,4 @@ contract Foo {
}
}
// ----
-// ParserError: (67-67): Expected token Semicolon got 'Constant'
+// ParserError: (67-67): Expected ';' but got 'constant'