Skip to content

Commit

Permalink
Update test output
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Nov 5, 2024
1 parent 78feed9 commit 67f996c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test_regress/t/t_randomize_method_types_unsup.out
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
%Warning-CONSTRAINTIGN: t/t_randomize_method_types_unsup.v:13:32: Unsupported: randomizing this expression, treating as state
13 | constraint dynsize { dynarr.size < 20; }
| ^~~~
... For warning description see https://verilator.org/warn/CONSTRAINTIGN?v=latest
... Use "/* verilator lint_off CONSTRAINTIGN */" and lint_on around source to disable this message.
%Error-UNSUPPORTED: t/t_randomize_method_types_unsup.v:10:13: Unsupported: random member variable with the type of the containing class
: ... note: In instance 't'
10 | rand Cls cls;
| ^~~
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error: Exiting due to

0 comments on commit 67f996c

Please sign in to comment.