Skip to content

Commit

Permalink
Update unsup test
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Nov 17, 2023
1 parent fb8445a commit 37898dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test_regress/t/t_randomize_method_types_unsup.out
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
12 | rand int assocarr[string];
| ^~~~~~~~
... For error description see https://verilator.org/warn/UNSUPPORTED?v=latest
%Error-UNSUPPORTED: t/t_randomize_method_types_unsup.v:13:13: Unsupported: random member variable with type 'int[]'
: ... note: In instance 't'
13 | rand int dynarr[];
| ^~~~~~
%Error-UNSUPPORTED: t/t_randomize_method_types_unsup.v:14:13: Unsupported: random member variable with type 'int$[0:4]'
: ... note: In instance 't'
14 | rand int unpackarr[5];
Expand Down

0 comments on commit 37898dd

Please sign in to comment.