diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-05-09 19:15:27 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-05-09 20:08:25 +0800 |
commit | 305fc0626bbab7ac7c4f4f9511e2059abd84c9de (patch) | |
tree | 2d216495203bd9d646aa540e29d51552d3b4e612 /test/libsolidity/syntaxTests/parsing/external_variable.sol | |
parent | 02380113d417b298282c81bf35ddb596006ce77a (diff) | |
download | dexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.tar.gz dexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.tar.zst dexon-solidity-305fc0626bbab7ac7c4f4f9511e2059abd84c9de.zip |
Update test expectations.
Diffstat (limited to 'test/libsolidity/syntaxTests/parsing/external_variable.sol')
-rw-r--r-- | test/libsolidity/syntaxTests/parsing/external_variable.sol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/syntaxTests/parsing/external_variable.sol b/test/libsolidity/syntaxTests/parsing/external_variable.sol index 2de70e23..2a02d19a 100644 --- a/test/libsolidity/syntaxTests/parsing/external_variable.sol +++ b/test/libsolidity/syntaxTests/parsing/external_variable.sol @@ -2,4 +2,4 @@ contract c { uint external x; } // ---- -// ParserError: (19-19): Expected identifier but got 'external' +// ParserError: (19-27): Expected identifier but got 'external' |