Skip to content

Commit

Permalink
ML added testcase for #2076
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Lupi committed Sep 25, 2024
1 parent f287035 commit 72ff5ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions verilog/parser/verilog_parser_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1773,6 +1773,7 @@ static constexpr ParserTestCaseArray kModuleTests = {
// keyword tests
"module keyword_identifiers;\n"
"reg branch; // branch is a Verilog-AMS keyword\n"
"reg analog; // analog is a Verilog-AMS keyword\n"
"input from; // from is a Verilog-AMS keyword\n"
"wire access; // access is a Verilog-AMS keyword\n"
"wire exclude; // exclude is a Verilog-AMS keyword\n"
Expand Down

0 comments on commit 72ff5ce

Please sign in to comment.