aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/syntaxTests/parsing/external_variable.sol
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-04 18:50:12 +0800
committerGitHub <noreply@github.com>2018-05-04 18:50:12 +0800
commit81d61ca086e8e45108b7989e7f1494d90077401e (patch)
tree7ed329c24ea5d5082c325e9ebc270b9b9c31dbc6 /test/libsolidity/syntaxTests/parsing/external_variable.sol
parenta244f1a383ad46e9f789d66434a6828db0021f11 (diff)
parented9f80690bde53e56c6ef5cb046fb20713f3f780 (diff)
downloaddexon-solidity-81d61ca086e8e45108b7989e7f1494d90077401e.tar
dexon-solidity-81d61ca086e8e45108b7989e7f1494d90077401e.tar.gz
dexon-solidity-81d61ca086e8e45108b7989e7f1494d90077401e.tar.bz2
dexon-solidity-81d61ca086e8e45108b7989e7f1494d90077401e.tar.lz
dexon-solidity-81d61ca086e8e45108b7989e7f1494d90077401e.tar.xz
dexon-solidity-81d61ca086e8e45108b7989e7f1494d90077401e.tar.zst
dexon-solidity-81d61ca086e8e45108b7989e7f1494d90077401e.zip
Merge pull request #4059 from ethereum/parser-simplify
Simplify the parser expectations
Diffstat (limited to 'test/libsolidity/syntaxTests/parsing/external_variable.sol')
-rw-r--r--test/libsolidity/syntaxTests/parsing/external_variable.sol2
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 5188875f..1d2e65e6 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, got 'External'
+// ParserError: (19-19): Expected token Identifier got 'External'