Merge pull request #9466 from ethereum/fixTokens

Properly sort token list.
This commit is contained in:
chriseth
2020-07-27 10:42:31 +02:00
committed by GitHub
3 changed files with 3 additions and 5 deletions
-2
View File
@@ -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 '}'