mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix token list.
This commit is contained in:
@@ -535,7 +535,6 @@ BOOST_AUTO_TEST_CASE(keyword_is_reserved)
|
||||
"apply",
|
||||
"auto",
|
||||
"case",
|
||||
"catch",
|
||||
"copyof",
|
||||
"default",
|
||||
"define",
|
||||
@@ -558,7 +557,6 @@ BOOST_AUTO_TEST_CASE(keyword_is_reserved)
|
||||
"static",
|
||||
"supports",
|
||||
"switch",
|
||||
"try",
|
||||
"typedef",
|
||||
"typeof",
|
||||
"unchecked"
|
||||
|
||||
@@ -5,4 +5,4 @@ contract C {
|
||||
}
|
||||
}
|
||||
// ----
|
||||
// ParserError 2314: (97-98): Expected reserved keyword 'catch' but got '}'
|
||||
// ParserError 2314: (97-98): Expected 'catch' but got '}'
|
||||
|
||||
Reference in New Issue
Block a user