Skip to content

Commit

Permalink
Property tests: don't generate annotated types
Browse files Browse the repository at this point in the history
  • Loading branch information
erszcz committed Sep 22, 2022
1 parent 400c7cf commit f0de975
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/property_test/gradualizer_gen.erl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ abstract_type() ->
Opts = [{weight, {binop, 0}},
{weight, {unop, 0}},
{weight, {remote_type, 0}},
{weight, {annotated_type, 0}},
{weight, {user_defined_type, 10}}],
abstract_type(Opts).

Expand Down

0 comments on commit f0de975

Please sign in to comment.