diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-03 02:49:36 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-05-04 20:31:56 +0800 |
commit | 840ed1e88a8d70bdbc541a1330654cb1e730e298 (patch) | |
tree | 77a05bc9250d870977460a235fed476ca9f55876 /test/libsolidity/syntaxTests/parsing/payable_accessor.sol | |
parent | cc108390737dfb8d774622d76e69e94485b0f7b5 (diff) | |
download | dexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.tar.gz dexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.tar.zst dexon-solidity-840ed1e88a8d70bdbc541a1330654cb1e730e298.zip |
Update parser test expectations
Diffstat (limited to 'test/libsolidity/syntaxTests/parsing/payable_accessor.sol')
-rw-r--r-- | test/libsolidity/syntaxTests/parsing/payable_accessor.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/syntaxTests/parsing/payable_accessor.sol b/test/libsolidity/syntaxTests/parsing/payable_accessor.sol index 44b04afd..46bf6e13 100644 --- a/test/libsolidity/syntaxTests/parsing/payable_accessor.sol +++ b/test/libsolidity/syntaxTests/parsing/payable_accessor.sol @@ -2,4 +2,4 @@ contract test { uint payable x; } // ---- -// ParserError: (22-22): Expected token Identifier got 'Payable' +// ParserError: (22-22): Expected identifier but got 'payable' |