Skip to content

Commit

Permalink
Correct test case for issue #991
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Oct 1, 2024
1 parent bb37eb3 commit 2b44439
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_parse.c
Original file line number Diff line number Diff line change
Expand Up @@ -6899,6 +6899,9 @@ END_TEST

START_TEST(test_issue991)
{
lib_t lib = lib_tmp("issue991");
lib_set_work(lib);

input_from_file(TESTDIR "/parse/issue991.vhd");

parse_and_check(T_PACKAGE, T_ENTITY, T_ARCH);
Expand Down

0 comments on commit 2b44439

Please sign in to comment.