Fix token list.

This commit is contained in:
chriseth
2020-07-23 14:28:28 +02:00
parent 845c1ae91f
commit 8cfbe02cc0
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 '}'