Skip to content

Commit

Permalink
Fix check_relation using default checker
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Nov 4, 2023
1 parent c140474 commit 1f0603c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/vhdl/check/src/check.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2263,7 +2263,7 @@ package body check_pkg is
variable pass : boolean;
begin
-- pragma translate_off
check_relation(default_checker, pass, (expr = '1'), msg, level, context_msg, path_offset, line_num, file_name);
check_relation(checker, pass, (expr = '1'), msg, level, context_msg, path_offset, line_num, file_name);
-- pragma translate_on
return pass;
end;
Expand Down

0 comments on commit 1f0603c

Please sign in to comment.